[FFmpeg-soc] [soc]: r2628 - mlp/mlpdec.c
ramiro
subversion at mplayerhq.hu
Tue Jul 1 16:37:06 CEST 2008
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) {
More information about the FFmpeg-soc
mailing list