diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-01-23 09:55:19 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-01-23 09:55:19 +0000 |
commit | 86fd51fbad0626a9307b0da4e6969e0482862089 (patch) | |
tree | acdbebe66e6667aa1812a76528ba1c330dfccd10 /libavformat/utils.c | |
parent | 2a6874fd24388de531e3d1441fa8cd36517f5721 (diff) | |
download | ffmpeg-86fd51fbad0626a9307b0da4e6969e0482862089.tar.gz |
video_device fixes
Originally committed as revision 1497 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/utils.c')
-rw-r--r-- | libavformat/utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c index f811b2c628..4ebca7daec 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -41,6 +41,8 @@ AVInputFormat *first_iformat; AVOutputFormat *first_oformat; AVImageFormat *first_image_format; +const char *video_device = "none"; + void av_register_input_format(AVInputFormat *format) { AVInputFormat **p; |