diff rv30dsp.c @ 10867:bf309c7ce615 libavcodec

More av_cold for infrequently called functions.
author zuxy
date Wed, 13 Jan 2010 02:16:00 +0000
parents e9d9d946f213
children 7dd2a45249a9
line wrap: on
line diff
--- a/rv30dsp.c	Wed Jan 13 01:59:19 2010 +0000
+++ b/rv30dsp.c	Wed Jan 13 02:16:00 2010 +0000
@@ -251,7 +251,7 @@
 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;