diff cook.c @ 8766:15ea0238bade libavcodec

Add av_cold attribute to init function.
author diego
date Sun, 08 Feb 2009 23:25:56 +0000
parents e9d9d946f213
children 043574c5c153
line wrap: on
line diff
--- a/cook.c	Sun Feb 08 23:24:26 2009 +0000
+++ b/cook.c	Sun Feb 08 23:25:56 2009 +0000
@@ -1022,7 +1022,7 @@
  * @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;