fix decoding of coupling leak info for normal AC-3

Originally committed as revision 14913 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Justin Ruggles 2008-08-23 03:30:08 +00:00
parent 602031305c
commit 63d72fb167
1 changed files with 1 additions and 1 deletions

View File

@ -837,7 +837,7 @@ static int decode_audio_block(AC3DecodeContext *s, int blk)
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) {