You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/vvc_parser: Mark close function as av_cold
Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user