[FFmpeg-cvslog] r14913 - trunk/libavcodec/ac3dec.c
jbr
subversion
Sat Aug 23 05:30:08 CEST 2008
Author: jbr
Date: Sat Aug 23 05:30:08 2008
New Revision: 14913
Log:
fix decoding of coupling leak info for normal AC-3
Modified:
trunk/libavcodec/ac3dec.c
Modified: trunk/libavcodec/ac3dec.c
==============================================================================
--- trunk/libavcodec/ac3dec.c (original)
+++ trunk/libavcodec/ac3dec.c Sat Aug 23 05:30:08 2008
@@ -837,7 +837,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-cvslog
mailing list