OSDN Git Service

added codec-ids for the a64 codec
authorTobias Bindhammer <tobias.bindhammer@uni-ulm.de>
Mon, 23 Aug 2010 11:51:04 +0000 (11:51 +0000)
committerTobias Bindhammer <tobias.bindhammer@uni-ulm.de>
Mon, 23 Aug 2010 11:51:04 +0000 (11:51 +0000)
Originally committed as revision 24877 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/avcodec.h

index 7fba268..f8a4df4 100644 (file)
@@ -30,7 +30,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 52
-#define LIBAVCODEC_VERSION_MINOR 85
+#define LIBAVCODEC_VERSION_MINOR 86
 #define LIBAVCODEC_VERSION_MICRO  1
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
@@ -213,6 +213,9 @@ enum CodecID {
     CODEC_ID_VP8,
     CODEC_ID_PICTOR,
     CODEC_ID_ANSI,
+    CODEC_ID_A64_MULTI,
+    CODEC_ID_A64_MULTI5,
+
 
     /* various PCM "codecs" */
     CODEC_ID_PCM_S16LE= 0x10000,