Commit 8022a8eb authored by Vitor Sessak's avatar Vitor Sessak

Add av_cold attribute to decode_init()

Originally committed as revision 15267 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c96a764c
......@@ -51,7 +51,7 @@ typedef struct {
uint16_t adapt_cb[146+2];
} RA144Context;
static int ra144_decode_init(AVCodecContext * avctx)
static av_cold int ra144_decode_init(AVCodecContext * avctx)
{
RA144Context *ractx = avctx->priv_data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment