mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-13 19:05:37 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue