mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-28 07:29:14 +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
|
@ -81,7 +81,7 @@ int ff_mpa_decode_header(AVCodecContext *avctx, uint32_t head, int *sample_rate,
|
|||
return s->frame_size;
|
||||
}
|
||||
|
||||
static int mpegaudio_parse_init(AVCodecParserContext *s1)
|
||||
static av_cold int mpegaudio_parse_init(AVCodecParserContext *s1)
|
||||
{
|
||||
MpegAudioParseContext *s = s1->priv_data;
|
||||
s->inbuf_ptr = s->inbuf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue