changeset 9608:f3c6d57a50aa libavcodec

cosmetics: line wrap and vertical alignment
author jbr
date Wed, 06 May 2009 01:48:14 +0000
parents 6d3d3df92a4e
children 71c0f08bd41d
files ac3dec.c
diffstat 1 files changed, 6 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/ac3dec.c	Wed May 06 01:47:34 2009 +0000
+++ b/ac3dec.c	Wed May 06 01:48:14 2009 +0000
@@ -735,8 +735,8 @@
 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,
-                                  uint8_t *band_struct,
-                                  int *num_bands, uint8_t *band_sizes)
+                                  uint8_t *band_struct, int *num_bands,
+                                  uint8_t *band_sizes)
 {
     int subbnd, bnd, n_subbands, n_bands=0;
     uint8_t bnd_sz[22];
@@ -880,11 +880,10 @@
             s->start_freq[CPL_CH] = cpl_start_subband * 12 + 37;
             s->end_freq[CPL_CH]   = cpl_end_subband   * 12 + 37;
 
-           decode_band_structure(gbc, blk, s->eac3, 0,
-                                 cpl_start_subband, cpl_end_subband,
-                                 ff_eac3_default_cpl_band_struct,
-                                 s->cpl_band_struct,
-                                 &s->num_cpl_bands, NULL);
+            decode_band_structure(gbc, blk, s->eac3, 0, cpl_start_subband,
+                                  cpl_end_subband,
+                                  ff_eac3_default_cpl_band_struct,
+                                  s->cpl_band_struct, &s->num_cpl_bands, NULL);
         } else {
             /* coupling not in use */
             for (ch = 1; ch <= fbw_channels; ch++) {