From 486497e07b4617d9548a5b7347076f1b329bd417 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Tue, 14 Nov 2006 03:18:09 +0000 Subject: revert bad checkin Originally committed as revision 7044 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ac3enc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavcodec/ac3enc.c') diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c index 15c7e552e5..bac703c101 100644 --- a/libavcodec/ac3enc.c +++ b/libavcodec/ac3enc.c @@ -119,7 +119,6 @@ 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, @@ -795,7 +794,7 @@ static int compute_bit_allocation(AC3EncodeContext *s, return 0; } -static void ac3_common_init(void) +void ac3_common_init(void) { int i, j, k, l, v; /* compute bndtab and masktab from bandsz */ -- cgit v1.2.3