summaryrefslogtreecommitdiff
path: root/src/libac3/bit_allocate.h
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-05-26 15:07:18 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-05-26 15:07:18 +0000
commit2bb1b8f3a4984075743b17fbe1d00b1af9917254 (patch)
tree06aa3a03497e938d80a7146013fef96324ef073c /src/libac3/bit_allocate.h
parent65480cd3d11b465f0ede5f6c3d1b9f12e06dc98b (diff)
downloadxine-lib-2bb1b8f3a4984075743b17fbe1d00b1af9917254.tar.gz
xine-lib-2bb1b8f3a4984075743b17fbe1d00b1af9917254.tar.bz2
switch to walken's libac3 and minor bugfixes
CVS patchset: 83 CVS date: 2001/05/26 15:07:18
Diffstat (limited to 'src/libac3/bit_allocate.h')
-rw-r--r--src/libac3/bit_allocate.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libac3/bit_allocate.h b/src/libac3/bit_allocate.h
index a6a3c7703..cdf73414a 100644
--- a/src/libac3/bit_allocate.h
+++ b/src/libac3/bit_allocate.h
@@ -21,4 +21,6 @@
*
*/
-void bit_allocate(uint16_t fscod, bsi_t *bsi, audblk_t *audblk);
+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);