avcodec/aac/aacdec: Mark flush as cold

Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
release/7.1
Andreas Rheinhardt 10 months ago
parent 41922bef7a
commit d4fb110f5c
  1. 2
      libavcodec/aac/aacdec.c

@ -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;

Loading…
Cancel
Save