summaryrefslogtreecommitdiffstats
path: root/liba52/bit_allocate.c
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-15 22:59:40 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-15 22:59:40 +0000
commitdb9186aa8a3165c5d269900747413d14c0dccd36 (patch)
tree62dbb8ebcfc19f8fb466692f4be72fea85c936e4 /liba52/bit_allocate.c
parentd686f4e3cf6f5d88ba7b727dcbbe0cc917a7491a (diff)
downloadmpv-db9186aa8a3165c5d269900747413d14c0dccd36.tar.bz2
mpv-db9186aa8a3165c5d269900747413d14c0dccd36.tar.xz
sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<
part 2: cosmetic changes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18724 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'liba52/bit_allocate.c')
-rw-r--r--liba52/bit_allocate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liba52/bit_allocate.c b/liba52/bit_allocate.c
index a5f3b77024..0567b22852 100644
--- a/liba52/bit_allocate.c
+++ b/liba52/bit_allocate.c
@@ -122,7 +122,7 @@ do { \
} while (0)
void a52_bit_allocate (a52_state_t * state, ba_t * ba, int bndstart,
- int start, int end, int fastleak, int slowleak,
+ int start, int end, int fastleak, int slowleak,
expbap_t * expbap)
{
static int slowgain[4] = {0x540, 0x4d8, 0x478, 0x410};