summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-01-06 23:15:33 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-01-06 23:15:33 +0000
commit07f2a575c50a2473633113d4591db00d0dca3128 (patch)
tree53f1874b32994ce3ea0e97dab5c11a57746020c2 /libavcodec/utils.c
parent2efcf292750a1bc99ae65912ee6987995314c809 (diff)
100l: Fix compilation after r21037.
Originally committed as revision 21039 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r--libavcodec/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 5dd4e34df4..670803b6a5 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -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;