[FFmpeg-soc] [soc]: r2663 - mlp/mlpdec.c

ramiro subversion at mplayerhq.hu
Thu Jul 3 01:33:22 CEST 2008


Author: ramiro
Date: Thu Jul  3 01:33:22 2008
New Revision: 2663

Log:
Cosmetics: vertically align.

Modified:
   mlp/mlpdec.c

Modified: mlp/mlpdec.c
==============================================================================
--- mlp/mlpdec.c	(original)
+++ mlp/mlpdec.c	Thu Jul  3 01:33:22 2008
@@ -632,8 +632,8 @@ static int read_decoding_params(MLPDecod
             for (mat = 0; mat < s->num_primitive_matrices; mat++) {
                 int frac_bits, max_chan;
                 s->matrix_out_ch[mat] = get_bits(gbp, 4);
-                frac_bits = get_bits(gbp, 4);
-                s->lsb_bypass[mat] = get_bits1(gbp);
+                frac_bits             = get_bits(gbp, 4);
+                s->lsb_bypass   [mat] = get_bits1(gbp);
 
                 if (s->matrix_out_ch[mat] > s->max_channel) {
                     av_log(m->avctx, AV_LOG_ERROR,



More information about the FFmpeg-soc mailing list