fix decoding of coupling leak info for normal AC-3

Originally committed as revision 14913 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Justin Ruggles 17 years ago
parent 602031305c
commit 63d72fb167
  1. 2
      libavcodec/ac3dec.c

@ -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) {

Loading…
Cancel
Save