From e22c63ac74b2968075be8bf0d2deb1ee63b28976 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 4 Jan 2016 11:50:22 +0100 Subject: ac3enc: Reshuffle some float/fixed-mode ifdefs to avoid a dummy function --- 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 968cb2c..5bae4bc 100644 --- a/libavcodec/ac3enc_float.c +++ b/libavcodec/ac3enc_float.c @@ -83,16 +83,6 @@ av_cold int ff_ac3_float_mdct_init(AC3EncodeContext *s) /* - * Normalize the input samples. - * Not needed for the floating-point encoder. - */ -static int normalize_samples(AC3EncodeContext *s) -{ - return 0; -} - - -/* * Scale MDCT coefficients from float to 24-bit fixed-point. */ static void scale_coefficients(AC3EncodeContext *s) -- cgit v1.1