mirror of https://github.com/mpv-player/mpv
use -slices
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5486 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
360f18131e
commit
eb72b1462d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue