diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-06-25 09:04:08 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-06-25 09:04:08 +0000 |
commit | 6beefa408540c72dd939d9920dcc04b373124c11 (patch) | |
tree | 9cf3f445140f77ce03c35c4dd23d97a0fa392914 /ffmpeg.c | |
parent | 69cf0be2c3930f23905b31dfa389ad14025e0323 (diff) | |
download | ffmpeg-6beefa408540c72dd939d9920dcc04b373124c11.tar.gz |
*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.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |