diff pngdec.c @ 6517:48759bfbd073 libavcodec

Apply 'cold' attribute to init/uninit functions in libavcodec
author zuxy
date Fri, 21 Mar 2008 03:11:20 +0000
parents 49dcfab1bda3
children 6eeb19edcee3
line wrap: on
line diff
--- a/pngdec.c	Thu Mar 20 19:36:20 2008 +0000
+++ b/pngdec.c	Fri Mar 21 03:11:20 2008 +0000
@@ -597,7 +597,7 @@
     goto the_end;
 }
 
-static int png_dec_init(AVCodecContext *avctx){
+static av_cold int png_dec_init(AVCodecContext *avctx){
     PNGDecContext *s = avctx->priv_data;
 
     avcodec_get_frame_defaults((AVFrame*)&s->picture);