diff avcodec.h @ 8615:2a2318411d9d libavcodec

added demuxer for FunCom ISS audio files, extended ADPCM decoder by ISS specific IMA variant
author stefang
date Sat, 17 Jan 2009 20:08:43 +0000
parents 2ca51be7dad8
children ce9b3d6a0abf
line wrap: on
line diff
--- a/avcodec.h	Sat Jan 17 20:06:08 2009 +0000
+++ b/avcodec.h	Sat Jan 17 20:08:43 2009 +0000
@@ -30,7 +30,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 52
-#define LIBAVCODEC_VERSION_MINOR 10
+#define LIBAVCODEC_VERSION_MINOR 11
 #define LIBAVCODEC_VERSION_MICRO  0
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
@@ -245,6 +245,7 @@
     CODEC_ID_ADPCM_IMA_EA_EACS,
     CODEC_ID_ADPCM_EA_XAS,
     CODEC_ID_ADPCM_EA_MAXIS_XA,
+    CODEC_ID_ADPCM_IMA_ISS,
 
     /* AMR */
     CODEC_ID_AMR_NB= 0x12000,