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;