]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/bmp.c
doxygen: Include libavcodec and libavformat examples into the documentation
[ffmpeg] / libavcodec / bmp.c
index fa4014cf6ff1bfec5b8e289830c6372b36ce0e5d..b7fee130bc3ebbeb45d06906f99270a0e3398311 100644 (file)
@@ -200,7 +200,7 @@ static int bmp_decode_frame(AVCodecContext *avctx,
         av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
         return -1;
     }
-    p->pict_type = FF_I_TYPE;
+    p->pict_type = AV_PICTURE_TYPE_I;
     p->key_frame = 1;
 
     buf = buf0 + hsize;