changeset 7610:c15e728fd413 libavcodec

Mark init_vlcs function as av_cold.
author diego
date Tue, 19 Aug 2008 08:55:40 +0000
parents 3f6fc60f1ed3
children a909361cdfc4
files mpeg12.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mpeg12.c	Mon Aug 18 21:36:58 2008 +0000
+++ b/mpeg12.c	Tue Aug 19 08:55:40 2008 +0000
@@ -152,7 +152,7 @@
 static VLC mb_btype_vlc;
 static VLC mb_pat_vlc;
 
-static void init_vlcs(void)
+static av_cold void init_vlcs(void)
 {
     static int done = 0;