[FFmpeg-cvslog] r15267 - trunk/libavcodec/ra144.c
vitor
subversion
Mon Sep 8 20:14:38 CEST 2008
Author: vitor
Date: Mon Sep 8 20:14:37 2008
New Revision: 15267
Log:
Add av_cold attribute to decode_init()
Modified:
trunk/libavcodec/ra144.c
Modified: trunk/libavcodec/ra144.c
==============================================================================
--- trunk/libavcodec/ra144.c (original)
+++ trunk/libavcodec/ra144.c Mon Sep 8 20:14:37 2008
@@ -51,7 +51,7 @@ typedef struct {
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;
More information about the ffmpeg-cvslog
mailing list