diff avcodec.h @ 5853:286738ef0a4e libavcodec

EA IMA SEAD decoder original patch by Peter Ross
author aurel
date Tue, 30 Oct 2007 23:12:18 +0000
parents dea3ac1d4c67
children 29b36106bc9c
line wrap: on
line diff
--- a/avcodec.h	Sat Oct 27 13:39:19 2007 +0000
+++ b/avcodec.h	Tue Oct 30 23:12:18 2007 +0000
@@ -33,8 +33,8 @@
 #define AV_STRINGIFY(s)         AV_TOSTRING(s)
 #define AV_TOSTRING(s) #s
 
-#define LIBAVCODEC_VERSION_INT  ((51<<16)+(47<<8)+1)
-#define LIBAVCODEC_VERSION      51.47.1
+#define LIBAVCODEC_VERSION_INT  ((51<<16)+(47<<8)+2)
+#define LIBAVCODEC_VERSION      51.47.2
 #define LIBAVCODEC_BUILD        LIBAVCODEC_VERSION_INT
 
 #define LIBAVCODEC_IDENT        "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
@@ -214,6 +214,7 @@
     CODEC_ID_ADPCM_EA_R1,
     CODEC_ID_ADPCM_EA_R3,
     CODEC_ID_ADPCM_EA_R2,
+    CODEC_ID_ADPCM_IMA_EA_SEAD,
 
     /* AMR */
     CODEC_ID_AMR_NB= 0x12000,