[FFmpeg-cvslog] avcodec/apv_parser: Mark close as av_cold

Andreas Rheinhardt git at videolan.org
Thu May 15 03:03:07 EEST 2025


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Mon May  5 20:23:23 2025 +0200| [f71d0f0559c2ff075057c5016ff57545b0864afd] | committer: Andreas Rheinhardt

avcodec/apv_parser: Mark close as av_cold

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

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

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

diff --git a/libavcodec/apv_parser.c b/libavcodec/apv_parser.c
index e5c468f675..fdd575339b 100644
--- a/libavcodec/apv_parser.c
+++ b/libavcodec/apv_parser.c
@@ -132,7 +132,7 @@ static av_cold int init(AVCodecParserContext *s)
     return 0;
 }
 
-static void close(AVCodecParserContext *s)
+static av_cold void close(AVCodecParserContext *s)
 {
     APVParseContext *p = s->priv_data;
 



More information about the ffmpeg-cvslog mailing list