diff 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
line wrap: on
line diff
--- a/ac3.c	Thu Mar 20 19:36:20 2008 +0000
+++ b/ac3.c	Fri Mar 21 03:11:20 2008 +0000
@@ -223,7 +223,7 @@
  * note: This function must remain thread safe because it is called by the
  *       AVParser init code.
  */
-void ac3_common_init(void)
+av_cold void ac3_common_init(void)
 {
     int i, j, k, l, v;
     /* compute bndtab and masktab from bandsz */