diff ac3enc.c @ 4197:bbe0bc387a19 libavcodec

revert bad checkin
author mru
date Tue, 14 Nov 2006 03:18:09 +0000
parents fbac0859753d
children 1b447031a8b8
line wrap: on
line diff
--- a/ac3enc.c	Tue Nov 14 03:12:29 2006 +0000
+++ b/ac3enc.c	Tue Nov 14 03:18:09 2006 +0000
@@ -119,7 +119,6 @@
 
 /* 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 @@
     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 */