[Mplayer-cvslog] CVS: main/libvo vo_xv.c,1.116,1.117

Zoltan Ponekker pontscho at mplayerhq.hu
Sat Sep 28 20:03:37 CEST 2002


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv13864/libvo

Modified Files:
	vo_xv.c 
Log Message:


- fix new afm/vfm support
- fix fullscreen with xv
- add cache support


Index: vo_xv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xv.c,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- vo_xv.c	22 Sep 2002 02:33:26 -0000	1.116
+++ vo_xv.c	28 Sep 2002 18:03:34 -0000	1.117
@@ -435,7 +435,7 @@
 #endif
 
      aspect(&vo_dwidth,&vo_dheight,A_NOZOOM);
-     if ( ( flags&1 )&&( !WinID ) )
+     if ( ( flags&1 )&&( WinID <= 0 ) )
       {
        aspect(&vo_dwidth,&vo_dheight,A_ZOOM);
        drwX=( vo_screenwidth - (vo_dwidth > vo_screenwidth?vo_screenwidth:vo_dwidth) ) / 2;




More information about the MPlayer-cvslog mailing list