]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/sunrast.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / sunrast.c
index 73e4b5b91c985ccf29d5956f31356772ccd9624c..558b0edd8ffd5fdc50dafe70d4b7eafc7fdf2d3d 100644 (file)
@@ -107,7 +107,7 @@ static int sunrast_decode_frame(AVCodecContext *avctx, void *data,
         return -1;
     }
 
-    p->pict_type = FF_I_TYPE;
+    p->pict_type = AV_PICTURE_TYPE_I;
 
     if (depth != 8 && maplength) {
         av_log(avctx, AV_LOG_WARNING, "useless colormap found or file is corrupted, trying to recover\n");