diff adpcm.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 73ed28ea2082
children 01bea2407628
line wrap: on
line diff
--- a/adpcm.c	Thu Mar 20 19:36:20 2008 +0000
+++ b/adpcm.c	Fri Mar 21 03:11:20 2008 +0000
@@ -663,7 +663,7 @@
 }
 #endif //CONFIG_ENCODERS
 
-static int adpcm_decode_init(AVCodecContext * avctx)
+static av_cold int adpcm_decode_init(AVCodecContext * avctx)
 {
     ADPCMContext *c = avctx->priv_data;
     unsigned int max_channels = 2;