From f0d3e43bd77b3194a28d75884cf83083b188bf30 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 4 Jan 2016 11:58:21 +0100 Subject: ac3enc: Reshuffle functions to avoid forward declarations --- libavcodec/ac3enc_template.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libavcodec/ac3enc_template.c') diff --git a/libavcodec/ac3enc_template.c b/libavcodec/ac3enc_template.c index eefcef5b01..ef40b5a0d6 100644 --- a/libavcodec/ac3enc_template.c +++ b/libavcodec/ac3enc_template.c @@ -36,15 +36,6 @@ #include "ac3enc.h" #include "eac3enc.h" -/* prototypes for static functions in ac3enc_fixed.c and ac3enc_float.c */ - -static void scale_coefficients(AC3EncodeContext *s); - -static void clip_coefficients(AudioDSPContext *adsp, CoefType *coef, - unsigned int len); - -static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl); - int AC3_NAME(allocate_sample_buffers)(AC3EncodeContext *s) { -- cgit v1.2.1