diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-02-09 12:10:15 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-02-09 12:10:15 +0000 |
commit | 7bb5c2a6ea33f4451b942201bafb8b19b60298cf (patch) | |
tree | 9188ccd3008d47489bb79810ea6fc2371b53128d /libavformat/allformats.h | |
parent | 928e00948acaa3ec41a5cb34d0e5bbff1a9adf54 (diff) | |
download | ffmpeg-7bb5c2a6ea33f4451b942201bafb8b19b60298cf.tar.gz |
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.h | 1 |
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; |