[FFmpeg-cvslog] avcodec/vvc_parser: Mark close function as av_cold
Andreas Rheinhardt
git at videolan.org
Fri Jun 30 01:48:37 EEST 2023
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Fri Jun 30 00:11:34 2023 +0200| [b7158377c9449df831f89fe6fd39309efecbf188] | committer: Andreas Rheinhardt
avcodec/vvc_parser: Mark close function as av_cold
Reviewed-by: James Almer <jamrial at gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b7158377c9449df831f89fe6fd39309efecbf188
---
libavcodec/vvc_parser.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/vvc_parser.c b/libavcodec/vvc_parser.c
index 69696eef57..0a8ef9f177 100644
--- a/libavcodec/vvc_parser.c
+++ b/libavcodec/vvc_parser.c
@@ -496,7 +496,7 @@ static av_cold int vvc_parser_init(AVCodecParserContext *s)
return ret;
}
-static void vvc_parser_close(AVCodecParserContext *s)
+static av_cold void vvc_parser_close(AVCodecParserContext *s)
{
VVCParserContext *ctx = s->priv_data;
More information about the ffmpeg-cvslog
mailing list