[MPlayer-cvslog] r28864 - in trunk/libvo: vo_xv.c vo_xvmc.c
reimar
subversion at mplayerhq.hu
Sat Mar 7 09:52:58 CET 2009
Author: reimar
Date: Sat Mar 7 09:52:57 2009
New Revision: 28864
Log:
Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_xvmc.
Modified:
trunk/libvo/vo_xv.c
trunk/libvo/vo_xvmc.c
Modified: trunk/libvo/vo_xv.c
==============================================================================
--- trunk/libvo/vo_xv.c Sat Mar 7 09:51:40 2009 (r28863)
+++ trunk/libvo/vo_xv.c Sat Mar 7 09:52:57 2009 (r28864)
@@ -295,8 +295,6 @@ static int config(uint32_t width, uint32
current_buf = 0;
current_ip_buf = 0;
- if ((flags & VOFLAG_FULLSCREEN) && WinID <= 0) vo_fs = 1;
-
resize();
return 0;
Modified: trunk/libvo/vo_xvmc.c
==============================================================================
--- trunk/libvo/vo_xvmc.c Sat Mar 7 09:51:40 2009 (r28863)
+++ trunk/libvo/vo_xvmc.c Sat Mar 7 09:52:57 2009 (r28864)
@@ -664,8 +664,6 @@ skip_surface_allocation:
#endif
}
- if ((flags & VOFLAG_FULLSCREEN) && WinID <= 0) vo_fs = 1;
-
//end vo_xv
/* store image dimesions for displaying */
More information about the MPlayer-cvslog
mailing list