]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/pcxenc.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / pcxenc.c
index 124516b957451e2dad95e2fc8f8ee5ae3ba7098a..bf7cebbbe2b280e4c2024474280de828fe488544 100644 (file)
@@ -108,7 +108,7 @@ static int pcx_encode_frame(AVCodecContext *avctx,
     const uint8_t *src;
 
     *pict = *(AVFrame *)data;
-    pict->pict_type = FF_I_TYPE;
+    pict->pict_type = AV_PICTURE_TYPE_I;
     pict->key_frame = 1;
 
     if (avctx->width > 65535 || avctx->height > 65535) {