diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-01-06 23:15:33 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-01-06 23:15:33 +0000 |
commit | 07f2a575c50a2473633113d4591db00d0dca3128 (patch) | |
tree | 53f1874b32994ce3ea0e97dab5c11a57746020c2 /libavcodec | |
parent | 2efcf292750a1bc99ae65912ee6987995314c809 (diff) | |
download | ffmpeg-07f2a575c50a2473633113d4591db00d0dca3128.tar.gz |
100l: Fix compilation after r21037.
Originally committed as revision 21039 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/utils.c | 2 |
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; |