# HG changeset patch # User diego # Date 1234135556 0 # Node ID 15ea0238badedd4170e26a1b30bb123b804a101f # Parent d17c61f75ee5a90d9aaa97be826a1f9a51136aa6 Add av_cold attribute to init function. diff -r d17c61f75ee5 -r 15ea0238bade cook.c --- a/cook.c Sun Feb 08 23:24:26 2009 +0000 +++ b/cook.c Sun Feb 08 23:25:56 2009 +0000 @@ -1022,7 +1022,7 @@ * @param avctx pointer to the AVCodecContext */ -static int cook_decode_init(AVCodecContext *avctx) +static av_cold int cook_decode_init(AVCodecContext *avctx) { COOKContext *q = avctx->priv_data; const uint8_t *edata_ptr = avctx->extradata;