summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
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/avcodec.h
parentadd5badbc1df9abefdc6469ef6767fb2e452e339 (diff)
Deluxe Paint Animation decoder
Originally committed as revision 21117 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index c982a642f0..deb732fe3a 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -30,7 +30,7 @@
#include "libavutil/avutil.h"
#define LIBAVCODEC_VERSION_MAJOR 52
-#define LIBAVCODEC_VERSION_MINOR 45
+#define LIBAVCODEC_VERSION_MINOR 46
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
@@ -202,6 +202,7 @@ enum CodecID {
CODEC_ID_FLASHSV2,
CODEC_ID_CDGRAPHICS,
CODEC_ID_R210,
+ CODEC_ID_ANM,
/* various PCM "codecs" */
CODEC_ID_PCM_S16LE= 0x10000,