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

ramiro subversion at mplayerhq.hu
Fri Jul 4 15:45:37 CEST 2008


Author: ramiro
Date: Fri Jul  4 15:45:37 2008
New Revision: 2680

Log:
Cosmetics.

Modified:
   mlp/mlpdec.c

Modified: mlp/mlpdec.c
==============================================================================
--- mlp/mlpdec.c	(original)
+++ mlp/mlpdec.c	Fri Jul  4 15:45:37 2008
@@ -268,8 +268,8 @@ static uint8_t mlp_restart_checksum(cons
     return crc;
 }
 
-static inline int32_t calculate_sign_huff(MLPDecodeContext *m, unsigned int substr,
-                                       unsigned int ch)
+static inline int32_t calculate_sign_huff(MLPDecodeContext *m,
+                                          unsigned int substr, unsigned int ch)
 {
     SubStream *s = &m->substream[substr];
     int lsb_bits = m->huff_lsbs[ch] - s->quant_step_size[ch];



More information about the FFmpeg-soc mailing list