Originally committed as revision 13384 to svn://svn.ffmpeg.org/ffmpeg/trunk
}
/* coupling leak information */
- if (s->cpl_in_use && get_bits1(gbc)) {
+ if (s->cpl_in_use) {
+ if (get_bits1(gbc)) {
s->bit_alloc_params.cpl_fast_leak = get_bits(gbc, 3);
s->bit_alloc_params.cpl_slow_leak = get_bits(gbc, 3);
bit_alloc_stages[CPL_CH] = FFMAX(bit_alloc_stages[CPL_CH], 2);
av_log(s->avctx, AV_LOG_ERROR, "new coupling leak info must be present in block 0\n");
return -1;
}
+ }
/* delta bit allocation information */
if (get_bits1(gbc)) {