summaryrefslogtreecommitdiff
path: root/libavformat/allformats.h
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2007-02-09 12:10:15 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2007-02-09 12:10:15 +0000
commit7bb5c2a6ea33f4451b942201bafb8b19b60298cf (patch)
tree9188ccd3008d47489bb79810ea6fc2371b53128d /libavformat/allformats.h
parent928e00948acaa3ec41a5cb34d0e5bbff1a9adf54 (diff)
Raw VC-1 demuxer
Originally committed as revision 7896 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.h')
-rw-r--r--libavformat/allformats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.h b/libavformat/allformats.h
index 9e0e13e8a3..5603a29531 100644
--- a/libavformat/allformats.h
+++ b/libavformat/allformats.h
@@ -154,6 +154,7 @@ extern AVInputFormat swf_demuxer;
extern AVOutputFormat swf_muxer;
extern AVInputFormat tta_demuxer;
extern AVInputFormat v4l2_demuxer;
+extern AVInputFormat vc1_demuxer;
extern AVInputFormat voc_demuxer;
extern AVOutputFormat voc_muxer;
extern AVInputFormat wav_demuxer;