diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-02-10 22:12:16 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-11 02:54:10 +0100 |
commit | 943dc942659c61b273ba219d5891af6e7510c8b3 (patch) | |
tree | bd7fb04973d28e9978e1e5ecb5834d63b1238409 /libavcodec/vp8.c | |
parent | 95234e051bbde20bb580fd8e7b1c8dc54773d332 (diff) | |
download | ffmpeg-943dc942659c61b273ba219d5891af6e7510c8b3.tar.gz |
ac3enc: Remove unneeded clipping of shift amount.
s->windowed_samples will always have a range of [-32767,32767] due to the
window function, so the return value from log2_tab() will always be in the
range [0,14].
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 626264b11b5406c0c78c4056cabb63cb650e9bf2)
Diffstat (limited to 'libavcodec/vp8.c')
0 files changed, 0 insertions, 0 deletions