comparison 4xm.c @ 9007:043574c5c153 libavcodec

Add missing av_cold in static init/close functions. Patch by Daniel Verkamp daniel at drv dot nu.
author stefano
date Sun, 22 Feb 2009 13:48:55 +0000
parents e9d9d946f213
children 54bc8a2727b0
comparison
equal deleted inserted replaced
9006:37ac731fe32c 9007:043574c5c153
783 783
784 return buf_size; 784 return buf_size;
785 } 785 }
786 786
787 787
788 static void common_init(AVCodecContext *avctx){ 788 static av_cold void common_init(AVCodecContext *avctx){
789 FourXContext * const f = avctx->priv_data; 789 FourXContext * const f = avctx->priv_data;
790 790
791 dsputil_init(&f->dsp, avctx); 791 dsputil_init(&f->dsp, avctx);
792 792
793 f->avctx= avctx; 793 f->avctx= avctx;