mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-23 06:12:08 +00:00
aacdec: When ignoring a PCE restore the previous config
This is related to, but doesn't solve ticker 6152.
This commit is contained in:
parent
2ac381088d
commit
dde1bf074c
@ -3036,6 +3036,7 @@ static int aac_decode_frame_int(AVCodecContext *avctx, void *data,
|
||||
if (pce_found) {
|
||||
av_log(avctx, AV_LOG_ERROR,
|
||||
"Not evaluating a further program_config_element as this construct is dubious at best.\n");
|
||||
pop_output_configuration(ac);
|
||||
} else {
|
||||
err = output_configure(ac, layout_map, tags, OC_TRIAL_PCE, 1);
|
||||
if (!err)
|
||||
|
Loading…
x
Reference in New Issue
Block a user