[FFmpeg-soc] [soc]: r3553 - eac3/ac3dec.c
jbr
subversion at mplayerhq.hu
Sat Aug 23 05:33:14 CEST 2008
Author: jbr
Date: Sat Aug 23 05:33:13 2008
New Revision: 3553
Log:
fix decoding of coupling leak info for normal AC-3
Modified:
eac3/ac3dec.c
Modified: eac3/ac3dec.c
==============================================================================
--- eac3/ac3dec.c (original)
+++ eac3/ac3dec.c Sat Aug 23 05:33:13 2008
@@ -838,7 +838,7 @@ static int decode_audio_block(AC3DecodeC
s->channel_in_cpl[ch] = 0;
s->first_cpl_coords[ch] = 1;
}
- s->first_cpl_leak = 1;
+ s->first_cpl_leak = s->eac3;
s->phase_flags_in_use = 0;
}
} else if (!s->eac3) {
More information about the FFmpeg-soc
mailing list