changeset 7828:0dc972a25a37 libavcodec

Add av_cold attribute to decode_init()
author vitor
date Mon, 08 Sep 2008 18:14:37 +0000
parents 82fc486cd128
children 7640294af313
files ra144.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ra144.c	Mon Sep 08 18:13:53 2008 +0000
+++ b/ra144.c	Mon Sep 08 18:14:37 2008 +0000
@@ -51,7 +51,7 @@
     uint16_t adapt_cb[146+2];
 } RA144Context;
 
-static int ra144_decode_init(AVCodecContext * avctx)
+static av_cold int ra144_decode_init(AVCodecContext * avctx)
 {
     RA144Context *ractx = avctx->priv_data;