From 38c304addd978410956c8ff02ea83a6ffb9a606a Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Fri, 10 Jun 2011 15:17:55 -0400 Subject: ac3enc: remove empty ac3_float function that is never called --- libavcodec/ac3enc_float.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'libavcodec/ac3enc_float.c') diff --git a/libavcodec/ac3enc_float.c b/libavcodec/ac3enc_float.c index 9c7e88ed1c..43fbb954d6 100644 --- a/libavcodec/ac3enc_float.c +++ b/libavcodec/ac3enc_float.c @@ -90,16 +90,6 @@ void ff_ac3_float_apply_window(DSPContext *dsp, float *output, } -/** - * Normalize the input samples to use the maximum available precision. - */ -int ff_ac3_float_normalize_samples(AC3EncodeContext *s) -{ - /* Normalization is not needed for floating-point samples, so just return 0 */ - return 0; -} - - /** * Scale MDCT coefficients from float to 24-bit fixed-point. */ -- cgit v1.2.3