changeset 12402:e1c8b2779d98 libavcodec

added codec-ids for the a64 codec
author bindhammer
date Mon, 23 Aug 2010 11:51:04 +0000
parents f25a00f68cfa
children 62e41fdef734
files avcodec.h
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Mon Aug 23 11:46:32 2010 +0000
+++ b/avcodec.h	Mon Aug 23 11:51:04 2010 +0000
@@ -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 @@
     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,