mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-10-19 09:53:18 +00:00
avcodec/apv_parser: Mark close as av_cold
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
d794ecd9d2
commit
f71d0f0559
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue