diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-05-28 13:25:56 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-05-28 13:25:56 +0000 |
commit | 6bd887bcdbf93a5b1225a41a2d23a53b71c165e5 (patch) | |
tree | 19fe965aaab8a0f20a8eb5a000bfad910fd962b4 /src/libac3/bit_allocate.h | |
parent | 6ab39f264ed41604e2e95429ba0a18d7436a9f8a (diff) | |
download | xine-lib-6bd887bcdbf93a5b1225a41a2d23a53b71c165e5.tar.gz xine-lib-6bd887bcdbf93a5b1225a41a2d23a53b71c165e5.tar.bz2 |
latest updates from walken
CVS patchset: 93
CVS date: 2001/05/28 13:25:56
Diffstat (limited to 'src/libac3/bit_allocate.h')
-rw-r--r-- | src/libac3/bit_allocate.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libac3/bit_allocate.h b/src/libac3/bit_allocate.h index cdf73414a..089acc56c 100644 --- a/src/libac3/bit_allocate.h +++ b/src/libac3/bit_allocate.h @@ -21,6 +21,6 @@ * */ -void bit_allocate(int fscod, audblk_t * audblk, ac3_ba_t * ba, uint16_t start, - uint16_t end, int16_t fastleak, int16_t slowleak, - uint8_t * exp, uint16_t * bap, int ls_lfe); +void bit_allocate(int fscod, audblk_t * audblk, ac3_ba_t * ba, + int bndstart, int start, int end, int fastleak, int slowleak, + uint8_t * exp, int8_t * bap); |