[FFmpeg-cvslog] avcodec/aac/aacdec: Mark flush as cold

Andreas Rheinhardt git at videolan.org
Tue May 7 01:08:25 EEST 2024


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Mon May  6 12:24:26 2024 +0200| [d4fb110f5c68dd3ecfc3d6a46d382cbbbf4952ed] | committer: Andreas Rheinhardt

avcodec/aac/aacdec: Mark flush as cold

Reviewed-by: Lynne <dev at lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d4fb110f5c68dd3ecfc3d6a46d382cbbbf4952ed
---

 libavcodec/aac/aacdec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;



More information about the ffmpeg-cvslog mailing list