Mercurial > mplayer.hg
changeset 5485:01961295ca10
use -slices
author | arpi |
---|---|
date | Thu, 04 Apr 2002 00:03:44 +0000 |
parents | e133bea1ab30 |
children | 5c71c1f7fa1f |
files | libmpcodecs/vd_libmpeg2.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vd_libmpeg2.c Thu Apr 04 00:00:41 2002 +0000 +++ b/libmpcodecs/vd_libmpeg2.c Thu Apr 04 00:03:44 2002 +0000 @@ -159,7 +159,7 @@ 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 {