diff svq3.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 e9d9d946f213
children 0f95e4f0a3f5
line wrap: on
line diff
--- a/svq3.c	Sun Feb 22 11:35:32 2009 +0000
+++ b/svq3.c	Sun Feb 22 13:48:55 2009 +0000
@@ -775,7 +775,7 @@
     return 0;
 }
 
-static int svq3_decode_init(AVCodecContext *avctx)
+static av_cold int svq3_decode_init(AVCodecContext *avctx)
 {
     MpegEncContext *const s = avctx->priv_data;
     H264Context *const h = avctx->priv_data;