]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/pngenc.c
Revert "build: Remove redundant config.mak includes from subdirectory Makefiles."
[ffmpeg] / libavcodec / pngenc.c
index 4cb56337e7b7c105aeb2ccd8288de323654c5837..c4ef2fd945cbc58fa88fcf495197150e13d131ed 100644 (file)
@@ -243,7 +243,7 @@ static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size,
     uint8_t *top_buf = NULL;
 
     *p = *pict;
-    p->pict_type= FF_I_TYPE;
+    p->pict_type= AV_PICTURE_TYPE_I;
     p->key_frame= 1;
 
     s->bytestream_start=