summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-01-23 14:57:32 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2012-01-24 14:13:41 -0500
commit220506d23f39da3e23d3d42fb7061f19cec8052c (patch)
tree5a1621e906a2c3ce4c4b9a2b9c5e36800c142d9e /libavcodec/utils.c
parent4340a6363e9ff75dc4e8ce14dc96671623494ed8 (diff)
avcodec: add a new codec_id for CRYO APC IMA ADPCM.
The stereo layout and extradata is significantly different from that in Westwood IMA ADPCM, so a separate codec_id is warranted.
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r--libavcodec/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index ff3f065064..184f67e566 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -1617,6 +1617,7 @@ int av_get_bits_per_sample(enum CodecID codec_id){
return 3;
case CODEC_ID_ADPCM_SBPRO_4:
case CODEC_ID_ADPCM_CT:
+ case CODEC_ID_ADPCM_IMA_APC:
case CODEC_ID_ADPCM_IMA_WAV:
case CODEC_ID_ADPCM_IMA_QT:
case CODEC_ID_ADPCM_SWF: