Commit d3795926 authored by Alex Converse's avatar Alex Converse

aacdec: Allow SBR after DRC.

Fixes https://www2.iis.fraunhofer.de/AAC/7.1auditionOutLeader_v2_rtb.mp4

Reported-by: rcombs on IRC
parent ee795d9d
......@@ -3038,8 +3038,10 @@ static int aac_decode_frame_int(AVCodecContext *avctx, void *data,
break;
}
che_prev = che;
elem_type_prev = elem_type;
if (elem_type < TYPE_DSE) {
che_prev = che;
elem_type_prev = elem_type;
}
if (err)
goto fail;
......
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