You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02: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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void close(AVCodecParserContext *s)
|
static av_cold void close(AVCodecParserContext *s)
|
||||||
{
|
{
|
||||||
APVParseContext *p = s->priv_data;
|
APVParseContext *p = s->priv_data;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user