[FFmpeg-cvslog] r17082 - trunk/libavcodec/cook.c

diego subversion
Mon Feb 9 00:25:56 CET 2009


Author: diego
Date: Mon Feb  9 00:25:56 2009
New Revision: 17082

Log:
Add av_cold attribute to init function.

Modified:
   trunk/libavcodec/cook.c

Modified: trunk/libavcodec/cook.c
==============================================================================
--- trunk/libavcodec/cook.c	Mon Feb  9 00:24:26 2009	(r17081)
+++ trunk/libavcodec/cook.c	Mon Feb  9 00:25:56 2009	(r17082)
@@ -1022,7 +1022,7 @@ static void dump_cook_context(COOKContex
  * @param avctx     pointer to the AVCodecContext
  */
 
-static int cook_decode_init(AVCodecContext *avctx)
+static av_cold int cook_decode_init(AVCodecContext *avctx)
 {
     COOKContext *q = avctx->priv_data;
     const uint8_t *edata_ptr = avctx->extradata;




More information about the ffmpeg-cvslog mailing list