diff options
author | Jai Menon <realityman@gmx.net> | 2008-03-30 19:17:01 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-03-30 19:17:01 +0000 |
commit | 3a027f5e669c0c6363d960c585f52a6957e03b39 (patch) | |
tree | 8ad5c179317f16a0d62a8c72da967b20de117c8c /libavformat/allformats.c | |
parent | cb21e0a7155028ebb05cd576ec9827c52613a317 (diff) | |
download | ffmpeg-3a027f5e669c0c6363d960c585f52a6957e03b39.tar.gz |
IFF demuxer
Patch by Jai Menon (realityman <at> gmx.net)
Originally committed as revision 12633 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 24608a516f..98b2a3fcef 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -86,6 +86,7 @@ void av_register_all(void) REGISTER_MUXDEMUX (H263, h263); REGISTER_MUXDEMUX (H264, h264); REGISTER_DEMUXER (IDCIN, idcin); + REGISTER_DEMUXER (IFF, iff); REGISTER_MUXDEMUX (IMAGE2, image2); REGISTER_MUXDEMUX (IMAGE2PIPE, image2pipe); REGISTER_DEMUXER (INGENIENT, ingenient); |