diff mpc7.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 8e63d869a904
children a4104482ceef
line wrap: on
line diff
--- a/mpc7.c	Thu Mar 20 19:36:20 2008 +0000
+++ b/mpc7.c	Fri Mar 21 03:11:20 2008 +0000
@@ -44,7 +44,7 @@
 
 static VLC scfi_vlc, dscf_vlc, hdr_vlc, quant_vlc[MPC7_QUANT_VLC_TABLES][2];
 
-static int mpc7_decode_init(AVCodecContext * avctx)
+static av_cold int mpc7_decode_init(AVCodecContext * avctx)
 {
     int i, j;
     MPCContext *c = avctx->priv_data;