Commit f533a3b7 authored by jbr's avatar jbr

fix decoding of coupling leak info for normal AC-3

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14913 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d6b9fea8
...@@ -837,7 +837,7 @@ static int decode_audio_block(AC3DecodeContext *s, int blk) ...@@ -837,7 +837,7 @@ static int decode_audio_block(AC3DecodeContext *s, int blk)
s->channel_in_cpl[ch] = 0; s->channel_in_cpl[ch] = 0;
s->first_cpl_coords[ch] = 1; s->first_cpl_coords[ch] = 1;
} }
s->first_cpl_leak = 1; s->first_cpl_leak = s->eac3;
s->phase_flags_in_use = 0; s->phase_flags_in_use = 0;
} }
} else if (!s->eac3) { } else if (!s->eac3) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment