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

jbr subversion at mplayerhq.hu
Sat May 31 18:33:03 CEST 2008


Author: jbr
Date: Sat May 31 18:33:03 2008
New Revision: 2287

Log:
cosmetics: indent

Modified:
   eac3/ac3dec.c

Modified: eac3/ac3dec.c
==============================================================================
--- eac3/ac3dec.c	(original)
+++ eac3/ac3dec.c	Sat May 31 18:33:03 2008
@@ -1122,11 +1122,11 @@ static int decode_audio_block(AC3DecodeC
                 bap_tab = ff_ac3_bap_tab;
             else
                 bap_tab = ff_eac3_hebap_tab;
-                ff_ac3_bit_alloc_calc_bap(s->mask[ch], s->psd[ch],
-                                          s->start_freq[ch], s->end_freq[ch],
-                                          s->snr_offset[ch],
-                                          s->bit_alloc_params.floor,
-                                          bap_tab, s->bap[ch]);
+            ff_ac3_bit_alloc_calc_bap(s->mask[ch], s->psd[ch],
+                                      s->start_freq[ch], s->end_freq[ch],
+                                      s->snr_offset[ch],
+                                      s->bit_alloc_params.floor,
+                                      bap_tab, s->bap[ch]);
         }
     }
 



More information about the FFmpeg-soc mailing list