[FFmpeg-soc] [soc]: r1347 - eac3/eac3dec.c
bwolowiec
subversion at mplayerhq.hu
Wed Sep 12 23:34:44 CEST 2007
Author: bwolowiec
Date: Wed Sep 12 23:34:44 2007
New Revision: 1347
Log:
cosmetics
Modified:
eac3/eac3dec.c
Modified: eac3/eac3dec.c
==============================================================================
--- eac3/eac3dec.c (original)
+++ eac3/eac3dec.c Wed Sep 12 23:34:44 2007
@@ -360,9 +360,9 @@ static int parse_bsi(GetBitContext *gbc,
s->lfe_channel = s->num_channels+1;
if (s->lfeon) {
s->strtmant[s->lfe_channel] = 0;
- s->endmant[s->lfe_channel] = 7;
- s->nchgrps[s->lfe_channel] = 2;
- s->chincpl[s->lfe_channel] = 0;
+ s->endmant [s->lfe_channel] = 7;
+ s->nchgrps [s->lfe_channel] = 2;
+ s->chincpl [s->lfe_channel] = 0;
s->num_channels++;
}
More information about the FFmpeg-soc
mailing list