]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/frwu.c
Add operand size to add instructions.
[ffmpeg] / libavcodec / frwu.c
index 51324c2765e91c8a714948414963f519a466291b..08dfbf0c9b272695eec43099cdda7a5066d15f21 100644 (file)
@@ -61,7 +61,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size,
     if (avctx->get_buffer(avctx, pic) < 0)
         return -1;
 
-    pic->pict_type = FF_I_TYPE;
+    pic->pict_type = AV_PICTURE_TYPE_I;
     pic->key_frame = 1;
     pic->interlaced_frame = 1;
     pic->top_field_first = 1;