[FFmpeg-soc] [soc]: r2250 - eac3/ac3dec.c

jbr subversion at mplayerhq.hu
Fri May 30 01:08:55 CEST 2008


Author: jbr
Date: Fri May 30 01:08:55 2008
New Revision: 2250

Log:
cosmetics: vertical align

Modified:
   eac3/ac3dec.c

Modified: eac3/ac3dec.c
==============================================================================
--- eac3/ac3dec.c	(original)
+++ eac3/ac3dec.c	Fri May 30 01:08:55 2008
@@ -545,7 +545,7 @@ static void remove_dithering(AC3DecodeCo
 }
 
 static void get_transform_coeffs_ch(AC3DecodeContext *s, int blk, int ch,
-                                   mant_groups *m)
+                                    mant_groups *m)
 {
     if (!s->eac3 || !s->channel_uses_aht[ch]) {
         ac3_get_transform_coeffs_ch(s, ch, m);



More information about the FFmpeg-soc mailing list