From 220506d23f39da3e23d3d42fb7061f19cec8052c Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Mon, 23 Jan 2012 14:57:32 -0500 Subject: 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. --- libavcodec/utils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/utils.c') 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: -- cgit v1.2.3