# HG changeset patch # User vitor # Date 1220897677 0 # Node ID 0dc972a25a37edcc2af478fa20380a5228a64c53 # Parent 82fc486cd128a77c598d47d91157856d399b8016 Add av_cold attribute to decode_init() diff -r 82fc486cd128 -r 0dc972a25a37 ra144.c --- a/ra144.c Mon Sep 08 18:13:53 2008 +0000 +++ b/ra144.c Mon Sep 08 18:14:37 2008 +0000 @@ -51,7 +51,7 @@ 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;