mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-27 23:19:16 +00:00
Add missing av_cold in static init/close functions.
Patch by Daniel Verkamp daniel at drv dot nu. Originally committed as revision 17526 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
50ded3fdb6
commit
5ef251e504
25 changed files with 60 additions and 60 deletions
|
@ -90,7 +90,7 @@ static int av_mpeg4_decode_header(AVCodecParserContext *s1,
|
|||
return ret;
|
||||
}
|
||||
|
||||
static int mpeg4video_parse_init(AVCodecParserContext *s)
|
||||
static av_cold int mpeg4video_parse_init(AVCodecParserContext *s)
|
||||
{
|
||||
ParseContext1 *pc = s->priv_data;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue