From e7583962687adf44b4e6b5556a296f37485c7c8b Mon Sep 17 00:00:00 2001 From: Peter Ross Date: Wed, 24 Oct 2007 20:49:42 +0000 Subject: EA ADPCM R1, R2 and R3 decoder original patch by Peter Ross Originally committed as revision 10856 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 02d0920135..1e8179d513 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -33,8 +33,8 @@ #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_TOSTRING(s) #s -#define LIBAVCODEC_VERSION_INT ((51<<16)+(47<<8)+0) -#define LIBAVCODEC_VERSION 51.47.0 +#define LIBAVCODEC_VERSION_INT ((51<<16)+(47<<8)+1) +#define LIBAVCODEC_VERSION 51.47.1 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) @@ -211,6 +211,9 @@ enum CodecID { CODEC_ID_ADPCM_SBPRO_2, CODEC_ID_ADPCM_THP, CODEC_ID_ADPCM_IMA_AMV, + CODEC_ID_ADPCM_EA_R1, + CODEC_ID_ADPCM_EA_R3, + CODEC_ID_ADPCM_EA_R2, /* AMR */ CODEC_ID_AMR_NB= 0x12000, -- cgit v1.2.3