Author: ramiro
Date: Tue Jul  1 16:37:06 2008
New Revision: 2628

Log:
Cosmetics: vertically align.

Modified:
   mlp/mlpdec.c

Modified: mlp/mlpdec.c
==============================================================================
--- mlp/mlpdec.c        (original)
+++ mlp/mlpdec.c        Tue Jul  1 16:37:06 2008
@@ -518,10 +518,10 @@ static int read_restart_header(MLPDecode
         memset(m->filter_state[ch], 0, sizeof(m->filter_state[ch]));
 
         /* Default audio coding is 24-bit raw PCM */
-        m->huff_offset[ch]      = 0;
+        m->huff_offset     [ch] = 0;
         m->sign_huff_offset[ch] = (-1) << 23;
-        m->codebook[ch]         = 0;
-        m->huff_lsbs[ch]        = 24;
+        m->codebook        [ch] = 0;
+        m->huff_lsbs       [ch] = 24;
     }
 
     if (substr == m->max_decoded_substream) {
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to