]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/targaenc.c
Merge remote branch 'qatar/master'
[ffmpeg] / libavcodec / targaenc.c
index 5c5fd008c1938ecbbc030cf09021a295e5181b23..7bdaca3beceae787510efbb7dd54777622fbe520 100644 (file)
@@ -90,7 +90,7 @@ static int targa_encode_frame(AVCodecContext *avctx,
         return AVERROR(EINVAL);
     }
 
-    p->pict_type= FF_I_TYPE;
+    p->pict_type= AV_PICTURE_TYPE_I;
     p->key_frame= 1;
 
     /* zero out the header and only set applicable fields */