mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-27 15:09:18 +00:00
adpcmenc: Set bits_per_coded_sample
This commit is contained in:
parent
b304244b54
commit
9ff6d0791b
2 changed files with 4 additions and 0 deletions
|
@ -1121,6 +1121,8 @@ int av_get_bits_per_sample(enum CodecID codec_id){
|
|||
case CODEC_ID_ADPCM_SBPRO_4:
|
||||
case CODEC_ID_ADPCM_CT:
|
||||
case CODEC_ID_ADPCM_IMA_WAV:
|
||||
case CODEC_ID_ADPCM_IMA_QT:
|
||||
case CODEC_ID_ADPCM_SWF:
|
||||
case CODEC_ID_ADPCM_MS:
|
||||
case CODEC_ID_ADPCM_YAMAHA:
|
||||
return 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue