mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-13 10:10:03 +00: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:
parent
0009cbe11d
commit
b7158377c9
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user