diff wavpack.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 67e4586d3c1b
children a4104482ceef
line wrap: on
line diff
--- a/wavpack.c	Thu Mar 20 19:36:20 2008 +0000
+++ b/wavpack.c	Fri Mar 21 03:11:20 2008 +0000
@@ -354,7 +354,7 @@
     return count;
 }
 
-static int wavpack_decode_init(AVCodecContext *avctx)
+static av_cold int wavpack_decode_init(AVCodecContext *avctx)
 {
     WavpackContext *s = avctx->priv_data;