aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-05-06 12:24:26 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-05-06 23:59:43 +0200
commitd4fb110f5c68dd3ecfc3d6a46d382cbbbf4952ed (patch)
tree4b3e7cc45b3c149ac3593cec1af77a58eb6a4192
parent41922bef7a4f898ba61bcf082379b4b19922827b (diff)
downloadffmpeg-d4fb110f5c68dd3ecfc3d6a46d382cbbbf4952ed.tar.gz
avcodec/aac/aacdec: Mark flush as cold
Reviewed-by: Lynne <dev@lynne.ee> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r--libavcodec/aac/aacdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aac/aacdec.c b/libavcodec/aac/aacdec.c
index 470e46b00f..82834b77bf 100644
--- a/libavcodec/aac/aacdec.c
+++ b/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;