mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
avcodec/apv_parser: Mark close as av_cold
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user