Commit 07f2a575 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

100l: Fix compilation after r21037.

Originally committed as revision 21039 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2efcf292
......@@ -963,7 +963,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_WAV:
case CODEC_ID_ADPCM_IMA_WAV:
case CODEC_ID_ADPCM_MS:
case CODEC_ID_ADPCM_YAMAHA:
return 4;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment