summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-06-25 09:04:08 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-06-25 09:04:08 +0000
commit6beefa408540c72dd939d9920dcc04b373124c11 (patch)
tree9cf3f445140f77ce03c35c4dd23d97a0fa392914 /ffmpeg.c
parent69cf0be2c3930f23905b31dfa389ad14025e0323 (diff)
*BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com)
Originally committed as revision 4392 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index a8551323ad..10ecfaccac 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -257,7 +257,11 @@ static int opt_shortest = 0; //
static int rate_emu = 0;
+#ifdef CONFIG_BKTR
+static char *video_grab_format = "bktr";
+#else
static char *video_grab_format = "video4linux";
+#endif
static char *video_device = NULL;
static char *grab_device = NULL;
static int video_channel = 0;