Mercurial > libavcodec.hg
diff ac3.h @ 4197:bbe0bc387a19 libavcodec
revert bad checkin
| author | mru |
|---|---|
| date | Tue, 14 Nov 2006 03:18:09 +0000 |
| parents | fbac0859753d |
| children | 1e175640dad3 |
line wrap: on
line diff
--- a/ac3.h Tue Nov 14 03:12:29 2006 +0000 +++ b/ac3.h Tue Nov 14 03:18:09 2006 +0000 @@ -57,3 +57,9 @@ extern const uint16_t fgaintab[8]; #endif +void ac3_common_init(void); +void ac3_parametric_bit_allocation(AC3BitAllocParameters *s, uint8_t *bap, + int8_t *exp, int start, int end, + int snroffset, int fgain, int is_lfe, + int deltbae,int deltnseg, + uint8_t *deltoffst, uint8_t *deltlen, uint8_t *deltba);
