Mercurial > libavcodec.hg
changeset 10023:be3245d0147c libavcodec
cosmetics after last commit
author | jbr |
---|---|
date | Wed, 05 Aug 2009 01:14:28 +0000 |
parents | e60ed9255bf4 |
children | 9ff48c350a32 |
files | ac3dec.c |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/ac3dec.c Wed Aug 05 01:13:42 2009 +0000 +++ b/ac3dec.c Wed Aug 05 01:14:28 2009 +0000 @@ -730,8 +730,7 @@ static void decode_band_structure(GetBitContext *gbc, int blk, int eac3, int ecpl, int start_subband, int end_subband, const uint8_t *default_band_struct, - int *num_bands, - uint8_t *band_sizes) + int *num_bands, uint8_t *band_sizes) { int subbnd, bnd, n_subbands, n_bands=0; uint8_t bnd_sz[22]; @@ -881,8 +880,7 @@ decode_band_structure(gbc, blk, s->eac3, 0, cpl_start_subband, cpl_end_subband, ff_eac3_default_cpl_band_struct, - &s->num_cpl_bands, - s->cpl_band_sizes); + &s->num_cpl_bands, s->cpl_band_sizes); } else { /* coupling not in use */ for (ch = 1; ch <= fbw_channels; ch++) {