Mercurial > libavcodec.hg
changeset 8766:15ea0238bade libavcodec
Add av_cold attribute to init function.
author | diego |
---|---|
date | Sun, 08 Feb 2009 23:25:56 +0000 |
parents | d17c61f75ee5 |
children | 58fb0bcd6afd |
files | cook.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;