ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@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.rheinha...@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; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".