comparison dpcm.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 dfdff1ca78a7
children e3c9fa010282
comparison
equal deleted inserted replaced
6516:dbb902bb2347 6517:48759bfbd073
108 0xF00, 0x1000, 0x1400, 0x1800, 0x1C00, 0x2000, 0x3000, 0x4000 108 0xF00, 0x1000, 0x1400, 0x1800, 0x1C00, 0x2000, 0x3000, 0x4000
109 }; 109 };
110 110
111 111
112 112
113 static int dpcm_decode_init(AVCodecContext *avctx) 113 static av_cold int dpcm_decode_init(AVCodecContext *avctx)
114 { 114 {
115 DPCMContext *s = avctx->priv_data; 115 DPCMContext *s = avctx->priv_data;
116 int i; 116 int i;
117 short square; 117 short square;
118 118