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.
This commit is contained in:
parent
4340a6363e
commit
220506d23f
8 changed files with 12 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue