[Mplayer-cvslog] CVS: main/libvo vo_xv.c,1.58,1.59
Zoltan Ponekker
pontscho at mplayer.dev.hu
Thu Mar 7 15:16:45 CET 2002
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv14540
Modified Files:
vo_xv.c
Log Message:
small bugfix.
Index: vo_xv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xv.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- vo_xv.c 23 Feb 2002 01:38:06 -0000 1.58
+++ vo_xv.c 7 Mar 2002 14:16:43 -0000 1.59
@@ -341,7 +341,9 @@
#endif
mFullscreen=flags&1;
+#ifdef HAVE_XF86VM
if( flags&0x02 ) vm = 1;
+#endif
flip_flag=flags&8;
num_buffers=vo_doublebuffering?NUM_BUFFERS:1;
More information about the MPlayer-cvslog
mailing list