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:
Daniel Verkamp
2009-02-22 13:48:55 +00:00
committed by Stefano Sabatini
parent 50ded3fdb6
commit 5ef251e504
25 changed files with 60 additions and 60 deletions

View File

@@ -117,7 +117,7 @@ static void channel_setup(AVCodecContext *avctx)
#endif
}
static int faac_init_mp4(AVCodecContext *avctx)
static av_cold int faac_init_mp4(AVCodecContext *avctx)
{
FAACContext *s = avctx->priv_data;
unsigned long samplerate;