diff h264dspenc.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/h264dspenc.c	Wed Jan 13 01:59:19 2010 +0000
+++ b/h264dspenc.c	Wed Jan 13 02:16:00 2010 +0000
@@ -71,7 +71,7 @@
     H264_DCT_PART2(3);
 }
 
-void ff_h264dspenc_init(DSPContext* c, AVCodecContext *avctx)
+av_cold void ff_h264dspenc_init(DSPContext* c, AVCodecContext *avctx)
 {
     c->h264_dct = h264_dct_c;
 }