[FFmpeg-devel] [PATCH 1/3] ac3enc: use MUL64() to multiply fixed-point coefficients
Justin Ruggles
justin.ruggles
Tue Mar 8 19:30:04 CET 2011
On 03/08/2011 01:18 PM, Justin Ruggles wrote:
> ---
> libavcodec/ac3enc.c | 8 ++++----
> libavcodec/ac3enc_fixed.h | 2 ++
> libavcodec/ac3enc_float.h | 2 ++
> 3 files changed, 8 insertions(+), 4 deletions(-)
I just realized that this patch is not necessary for the patch set since
I decided to keep the exponent strategy decision before coefficient
scaling. The other 2 patches should apply cleanly without this one.
-Justin
More information about the ffmpeg-devel
mailing list