]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/frwu.c
doxygen: Include libavcodec and libavformat examples into the documentation
[ffmpeg] / libavcodec / frwu.c
index bff7d0a1b5eb6fcacd6545bf5ce7c628661642d4..ee3d2e47a0e176db87bc70bdab1df2ed346c5e68 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;