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++;
     }
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to