summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2010-01-10 05:41:36 +0000
committerPeter Ross <pross@xvid.org>2010-01-10 05:41:36 +0000
commita1ae40fd0de6d9daf224916750238c1eab00ec33 (patch)
tree89c61ddbba27c6bc3e0ce6ae3c4f1228d97dc9e8 /libavcodec/allcodecs.c
parentadd5badbc1df9abefdc6469ef6767fb2e452e339 (diff)
Deluxe Paint Animation decoder
Originally committed as revision 21117 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 20d64ff24c..befff6e931 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -64,6 +64,7 @@ void avcodec_register_all(void)
/* video codecs */
REGISTER_DECODER (AASC, aasc);
REGISTER_DECODER (AMV, amv);
+ REGISTER_DECODER (ANM, anm);
REGISTER_ENCDEC (ASV1, asv1);
REGISTER_ENCDEC (ASV2, asv2);
REGISTER_DECODER (AURA, aura);