adpcmenc: Set bits_per_coded_sample

This commit is contained in:
Justin Ruggles 2011-09-07 22:52:06 -04:00
parent b304244b54
commit 9ff6d0791b
2 changed files with 4 additions and 0 deletions

View file

@ -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;