]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/pngenc.c
Correction of typo in aac_ac3_parser
[ffmpeg] / libavcodec / pngenc.c
index 703371d856190475efbebb8b7ed904a50d517ccd..49f61df3123cc20858b86e68aa92a842762e48b1 100644 (file)
@@ -422,7 +422,7 @@ static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size,
     goto the_end;
 }
 
-static int png_enc_init(AVCodecContext *avctx){
+static av_cold int png_enc_init(AVCodecContext *avctx){
     PNGEncContext *s = avctx->priv_data;
 
     avcodec_get_frame_defaults((AVFrame*)&s->picture);