Commit dfaadacc authored by vitor's avatar vitor

Add av_cold attribute to decode_init()



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15267 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1c635e8a
......@@ -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