summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmpcodecs/vd_libmpeg2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/vd_libmpeg2.c b/libmpcodecs/vd_libmpeg2.c
index 51554443bb..2f7d5260ab 100644
--- a/libmpcodecs/vd_libmpeg2.c
+++ b/libmpcodecs/vd_libmpeg2.c
@@ -159,7 +159,7 @@ static mp_image_t* parse_chunk (sh_video_t* sh, int code, uint8_t * buffer, int
mp_image_t* mpi;
int flags;
if (picture->picture_coding_type == B_TYPE){
- flags=0; //MP_IMGFLAG_DRAW_CALLBACK; // FIXME!
+ flags=vd_use_slices?MP_IMGFLAG_DRAW_CALLBACK:0;
picture->display_frame=
picture->current_frame = picture->temp_frame;
} else {