diff options
author | Peter Ross <pross@xvid.org> | 2010-01-10 05:47:50 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2010-01-10 05:47:50 +0000 |
commit | e6565055b941965979ce498b2afe105470daa7df (patch) | |
tree | d8918fca1a67bb66e3910149e77f2ac0ef94faef /libavformat/allformats.c | |
parent | a1ae40fd0de6d9daf224916750238c1eab00ec33 (diff) | |
download | ffmpeg-e6565055b941965979ce498b2afe105470daa7df.tar.gz |
Deluxe Paint Animation demuxer
Originally committed as revision 21118 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 d57376dd91..ff96db6413 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -53,6 +53,7 @@ void av_register_all(void) REGISTER_DEMUXER (AEA, aea); REGISTER_MUXDEMUX (AIFF, aiff); REGISTER_MUXDEMUX (AMR, amr); + REGISTER_DEMUXER (ANM, anm); REGISTER_DEMUXER (APC, apc); REGISTER_DEMUXER (APE, ape); REGISTER_MUXDEMUX (ASF, asf); |