diff dv.c @ 6517:48759bfbd073 libavcodec

Apply 'cold' attribute to init/uninit functions in libavcodec
author zuxy
date Fri, 21 Mar 2008 03:11:20 +0000
parents c32be43b52b2
children ad0c77d2b6ee
line wrap: on
line diff
--- a/dv.c	Thu Mar 20 19:36:20 2008 +0000
+++ b/dv.c	Fri Mar 21 03:11:20 2008 +0000
@@ -107,7 +107,7 @@
     }
 }
 
-static int dvvideo_init(AVCodecContext *avctx)
+static av_cold int dvvideo_init(AVCodecContext *avctx)
 {
     DVVideoContext *s = avctx->priv_data;
     DSPContext dsp;