Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-01-04 13:58:21 +0300
committerDiego Biurrun <diego@biurrun.de>2016-11-28 19:19:30 +0300
commitf0d3e43bd77b3194a28d75884cf83083b188bf30 (patch)
tree9cfa47c1a1136855a900dfa9c46500671f604aaf /libavcodec/ac3enc_template.c
parente22c63ac74b2968075be8bf0d2deb1ee63b28976 (diff)
ac3enc: Reshuffle functions to avoid forward declarations
Diffstat (limited to 'libavcodec/ac3enc_template.c')
-rw-r--r--libavcodec/ac3enc_template.c9
1 files changed, 0 insertions, 9 deletions
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)
{