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

Justin Ruggles justin.ruggles
Thu Feb 10 22:15:02 CET 2011


log2_tab() only works with range [-32767,32767] due to abs(), so the return
value 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/43c9db6c/attachment.bin>



More information about the ffmpeg-devel mailing list