From be6ed6fff4cace79a2c17094ad716bc0944a4274 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Tue, 14 Nov 2006 03:12:29 +0000 Subject: move some CFLAGS settings away from config.* writing section Originally committed as revision 7043 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ac3enc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/ac3enc.c') diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c index bac703c101..15c7e552e5 100644 --- a/libavcodec/ac3enc.c +++ b/libavcodec/ac3enc.c @@ -119,6 +119,7 @@ static inline int calc_lowcomp(int a, int b0, int b1, int bin) /* AC3 bit allocation. The algorithm is the one described in the AC3 spec. */ +static void ac3_parametric_bit_allocation(AC3BitAllocParameters *s, uint8_t *bap, int8_t *exp, int start, int end, int snroffset, int fgain, int is_lfe, @@ -794,7 +795,7 @@ static int compute_bit_allocation(AC3EncodeContext *s, return 0; } -void ac3_common_init(void) +static void ac3_common_init(void) { int i, j, k, l, v; /* compute bndtab and masktab from bandsz */ -- cgit v1.2.3