diff options
author | Peter Ross <pross@xvid.org> | 2007-10-30 23:20:26 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-10-30 23:20:26 +0000 |
commit | fac84d3c18a7d4591a890ef5e63efc8067cc2576 (patch) | |
tree | bb98bbabd9c7c746452bdd09f46b78959a1a1031 /libavcodec/avcodec.h | |
parent | 7bb65d8964f85baec4541e2f822149b391e13fb1 (diff) | |
download | ffmpeg-fac84d3c18a7d4591a890ef5e63efc8067cc2576.tar.gz |
EA IMA EACS decoder
original patch by Peter Ross
Originally committed as revision 10880 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index af46996b9a..775f76bbce 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -215,6 +215,7 @@ enum CodecID { CODEC_ID_ADPCM_EA_R3, CODEC_ID_ADPCM_EA_R2, CODEC_ID_ADPCM_IMA_EA_SEAD, + CODEC_ID_ADPCM_IMA_EA_EACS, /* AMR */ CODEC_ID_AMR_NB= 0x12000, |