[FFmpeg-cvslog] r24877 - trunk/libavcodec/avcodec.h

bindhammer subversion
Mon Aug 23 13:51:04 CEST 2010


Author: bindhammer
Date: Mon Aug 23 13:51:04 2010
New Revision: 24877

Log:
added codec-ids for the a64 codec

Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	Mon Aug 23 13:48:50 2010	(r24876)
+++ trunk/libavcodec/avcodec.h	Mon Aug 23 13:51:04 2010	(r24877)
@@ -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,



More information about the ffmpeg-cvslog mailing list