summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-01-23 09:55:19 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-01-23 09:55:19 +0000
commit86fd51fbad0626a9307b0da4e6969e0482862089 (patch)
treeacdbebe66e6667aa1812a76528ba1c330dfccd10 /libavformat/utils.c
parent2a6874fd24388de531e3d1441fa8cd36517f5721 (diff)
downloadffmpeg-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.c2
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;