Skip to content
Snippets Groups Projects
Commit d3795926 authored by Alex Converse's avatar Alex Converse
Browse files

aacdec: Allow SBR after DRC.

parent ee795d9d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment