comparison ac3.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 608c8e9ac412
children d32b97ccfd42
comparison
equal deleted inserted replaced
6516:dbb902bb2347 6517:48759bfbd073
221 /** 221 /**
222 * Initializes some tables. 222 * Initializes some tables.
223 * note: This function must remain thread safe because it is called by the 223 * note: This function must remain thread safe because it is called by the
224 * AVParser init code. 224 * AVParser init code.
225 */ 225 */
226 void ac3_common_init(void) 226 av_cold void ac3_common_init(void)
227 { 227 {
228 int i, j, k, l, v; 228 int i, j, k, l, v;
229 /* compute bndtab and masktab from bandsz */ 229 /* compute bndtab and masktab from bandsz */
230 k = 0; 230 k = 0;
231 l = 0; 231 l = 0;