From 0752cd39d27d08cb9530a0450bfa8e54913bfa69 Mon Sep 17 00:00:00 2001 From: Zuxy Meng Date: Wed, 13 Jan 2010 02:16:00 +0000 Subject: More av_cold for infrequently called functions. Originally committed as revision 21179 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/rv30dsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/rv30dsp.c') diff --git a/libavcodec/rv30dsp.c b/libavcodec/rv30dsp.c index c0509ea650..bf2dc18b8a 100644 --- a/libavcodec/rv30dsp.c +++ b/libavcodec/rv30dsp.c @@ -251,7 +251,7 @@ RV30_MC(put_, 16) RV30_MC(avg_, 8) RV30_MC(avg_, 16) -void ff_rv30dsp_init(DSPContext* c, AVCodecContext *avctx) { +av_cold void ff_rv30dsp_init(DSPContext* c, AVCodecContext *avctx) { c->put_rv30_tpel_pixels_tab[0][ 0] = c->put_h264_qpel_pixels_tab[0][0]; c->put_rv30_tpel_pixels_tab[0][ 1] = put_rv30_tpel16_mc10_c; c->put_rv30_tpel_pixels_tab[0][ 2] = put_rv30_tpel16_mc20_c; -- cgit v1.2.3