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.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/ac3enc.h') diff --git a/libavcodec/ac3enc.h b/libavcodec/ac3enc.h index e9d7e0a83a..1d17484321 100644 --- a/libavcodec/ac3enc.h +++ b/libavcodec/ac3enc.h @@ -269,7 +269,6 @@ void ff_ac3_float_apply_window(DSPContext *dsp, SampleType *output, const SampleType *window, unsigned int len); int ff_ac3_fixed_normalize_samples(AC3EncodeContext *s); -int ff_ac3_float_normalize_samples(AC3EncodeContext *s); void ff_ac3_fixed_scale_coefficients(AC3EncodeContext *s); void ff_ac3_float_scale_coefficients(AC3EncodeContext *s); -- cgit v1.2.3