diff wnv1.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 2b72f9bc4f06
children a4104482ceef
line wrap: on
line diff
--- a/wnv1.c	Thu Mar 20 19:36:20 2008 +0000
+++ b/wnv1.c	Fri Mar 21 03:11:20 2008 +0000
@@ -116,7 +116,7 @@
     return buf_size;
 }
 
-static int decode_init(AVCodecContext *avctx){
+static av_cold int decode_init(AVCodecContext *avctx){
     WNV1Context * const l = avctx->priv_data;
 
     l->avctx = avctx;