[FFmpeg-soc] [soc]: r3680 - eac3/ac3dec.c
jbr
subversion at mplayerhq.hu
Sun Aug 31 01:02:27 CEST 2008
Author: jbr
Date: Sun Aug 31 01:02:27 2008
New Revision: 3680
Log:
cosmetics: vertical alignment
Modified:
eac3/ac3dec.c
Modified: eac3/ac3dec.c
==============================================================================
--- eac3/ac3dec.c (original)
+++ eac3/ac3dec.c Sun Aug 31 01:02:27 2008
@@ -1018,7 +1018,7 @@ static int decode_audio_block(AC3DecodeC
/* run last 2 bit allocation stages for coupling channel if
coupling leak changes */
if(blk && (fl != s->bit_alloc_params.cpl_fast_leak ||
- sl != s->bit_alloc_params.cpl_slow_leak)) {
+ sl != s->bit_alloc_params.cpl_slow_leak)) {
bit_alloc_stages[CPL_CH] = FFMAX(bit_alloc_stages[CPL_CH], 2);
}
s->bit_alloc_params.cpl_fast_leak = fl;
More information about the FFmpeg-soc
mailing list