diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-10-22 06:01:38 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-10-22 06:01:38 +0000 |
commit | 66f7679c620ebde5cdf38843c7d342e3c8456f7d (patch) | |
tree | 4584c98101a2df809fea4017388df94b4d4af029 /libavformat/allformats.c | |
parent | 4e745a3b28a4b2ab009e7e6fe40f2d0457fa2a63 (diff) | |
download | ffmpeg-66f7679c620ebde5cdf38843c7d342e3c8456f7d.tar.gz |
Beam Software SIFF demuxer and video decoder
Originally committed as revision 10833 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 1c4e0a5529..81cb299b92 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -147,6 +147,7 @@ void av_register_all(void) #endif REGISTER_DEMUXER (SEGAFILM, segafilm); REGISTER_DEMUXER (SHORTEN, shorten); + REGISTER_DEMUXER (SIFF, siff); REGISTER_DEMUXER (SMACKER, smacker); REGISTER_DEMUXER (SOL, sol); REGISTER_DEMUXER (STR, str); |