avcodec/aac/aacdec: add a missing wrapper to an AAC USAC function call

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2024-10-05 18:06:22 -03:00
parent e907bf677a
commit 57d7ba4c4f

View File

@ -538,7 +538,9 @@ static av_cold void flush(AVCodecContext *avctx)
}
}
#if CONFIG_AAC_DECODER
ff_aac_usac_reset_state(ac, &ac->oc[1]);
#endif
}
/**