diff imgconvert.c @ 9007:043574c5c153 libavcodec

Add missing av_cold in static init/close functions. Patch by Daniel Verkamp daniel at drv dot nu.
author stefano
date Sun, 22 Feb 2009 13:48:55 +0000
parents ec04c3c5a3e5
children 90c99bda19f5
line wrap: on
line diff
--- a/imgconvert.c	Sun Feb 22 11:35:32 2009 +0000
+++ b/imgconvert.c	Sun Feb 22 13:48:55 2009 +0000
@@ -2170,7 +2170,7 @@
 static uint8_t c_jpeg_to_ccir[256];
 
 /* init various conversion tables */
-static void img_convert_init(void)
+static av_cold void img_convert_init(void)
 {
     int i;
     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;