[Mplayer-cvslog] CVS: main/libmpcodecs vd_libmpeg2.c,1.7,1.8
Arpi of Ize
arpi at mplayer.dev.hu
Thu Apr 4 02:03:47 CEST 2002
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mplayer:/var/tmp.root/cvs-serv8204
Modified Files:
vd_libmpeg2.c
Log Message:
use -slices
Index: vd_libmpeg2.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_libmpeg2.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vd_libmpeg2.c 3 Apr 2002 02:39:02 -0000 1.7
+++ vd_libmpeg2.c 4 Apr 2002 00:03:44 -0000 1.8
@@ -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 {
More information about the MPlayer-cvslog
mailing list