summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc_template.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-04-07 00:14:52 -0300
committerJames Almer <jamrial@gmail.com>2017-04-07 00:19:32 -0300
commite7ec8c181fe4b78ba66cc37911e707a1fb4ec0df (patch)
tree079ff98dbd306ed413db84ba844abdc3331a2b83 /libavcodec/ac3enc_template.c
parentc37e8c0b7fd4a68604102eb4c9d9c9f347c57ad2 (diff)
parentf0d3e43bd77b3194a28d75884cf83083b188bf30 (diff)
Merge commit 'f0d3e43bd77b3194a28d75884cf83083b188bf30'
* commit 'f0d3e43bd77b3194a28d75884cf83083b188bf30': ac3enc: Reshuffle functions to avoid forward declarations Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/ac3enc_template.c')
-rw-r--r--libavcodec/ac3enc_template.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/libavcodec/ac3enc_template.c b/libavcodec/ac3enc_template.c
index 0b23b964ac..be659872f7 100644
--- a/libavcodec/ac3enc_template.c
+++ b/libavcodec/ac3enc_template.c
@@ -36,18 +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);
-
-static void sum_square_butterfly(AC3EncodeContext *s, CoefSumType sum[4],
- const CoefType *coef0, const CoefType *coef1,
- int len);
int AC3_NAME(allocate_sample_buffers)(AC3EncodeContext *s)
{