mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-05 21:55:37 +01: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