[FFmpeg-devel] [PATCH 2/2] ac3enc: Remove unneeded clipping of shift amount.

Justin Ruggles justin.ruggles
Thu Feb 10 23:12:16 CET 2011


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].
---
 libavcodec/ac3enc_fixed.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-ac3enc-Remove-unneeded-clipping-of-shift-amount.patch
Type: text/x-patch
Size: 468 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110210/a4223b97/attachment.bin>



More information about the ffmpeg-devel mailing list