avcodec/aac/aacdec: Mark flush as cold

Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2024-05-06 12:24:26 +02:00
parent 41922bef7a
commit d4fb110f5c

View File

@ -531,7 +531,7 @@ static int output_configure(AACDecContext *ac,
return 0;
}
static void flush(AVCodecContext *avctx)
static av_cold void flush(AVCodecContext *avctx)
{
AACDecContext *ac= avctx->priv_data;
int type, i, j;