diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2007-09-27 06:21:57 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2007-09-27 06:21:57 +0000 |
commit | 3a7f5d072a7786c841d7c357c3ed97173736752f (patch) | |
tree | 87d743bd69b8cad955703972f5751e7a8e08109b /libavcodec/avcodec.h | |
parent | 815d96a65d078a8c9a629eb1f38ebf7a04d88063 (diff) | |
download | ffmpeg-3a7f5d072a7786c841d7c357c3ed97173736752f.tar.gz |
AMV audio decoder
Originally committed as revision 10598 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 a8b447e27b..638b42d2ea 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -208,6 +208,7 @@ enum CodecID { CODEC_ID_ADPCM_SBPRO_3, CODEC_ID_ADPCM_SBPRO_2, CODEC_ID_ADPCM_THP, + CODEC_ID_ADPCM_IMA_AMV, /* AMR */ CODEC_ID_AMR_NB= 0x12000, |