Mercurial > mplayer.hg
changeset 4054:225ebd13bfb9
more bitstream_skip()
author | michael |
---|---|
date | Tue, 08 Jan 2002 14:55:36 +0000 |
parents | 75415651e3b9 |
children | aec59d50a1d8 |
files | liba52/parse.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/liba52/parse.c Tue Jan 08 14:49:17 2002 +0000 +++ b/liba52/parse.c Tue Jan 08 14:55:36 2002 +0000 @@ -127,7 +127,7 @@ state->acmod = acmod = buf[6] >> 5; bitstream_set_ptr (buf + 6); - bitstream_get (3); /* skip acmod we already parsed */ + bitstream_skip (3); /* skip acmod we already parsed */ if ((acmod == 2) && (bitstream_get (2) == 2)) /* dsurmod */ acmod = A52_DOLBY; @@ -650,7 +650,7 @@ if (parse_exponents (chexpstr[i], nchgrps, state->fbw_exp[i][0], state->fbw_exp[i] + 1)) return 1; - bitstream_get (2); /* gainrng */ + bitstream_skip (2); /* gainrng */ } if (lfeexpstr != EXP_REUSE) { do_bit_alloc |= 32;