[MPlayer-cvslog] r27929 - trunk/libvo/vo_xv.c
reimar
subversion at mplayerhq.hu
Sat Nov 15 20:14:10 CET 2008
Author: reimar
Date: Sat Nov 15 20:14:09 2008
New Revision: 27929
Log:
Remove a nonsensical "else" for the video mode switching case.
Modified:
trunk/libvo/vo_xv.c
Modified: trunk/libvo/vo_xv.c
==============================================================================
--- trunk/libvo/vo_xv.c (original)
+++ trunk/libvo/vo_xv.c Sat Nov 15 20:14:09 2008
@@ -229,7 +229,7 @@ static int config(uint32_t width, uint32
if (vm)
{
vo_vm_switch();
- } else
+ }
#endif
XGetWindowAttributes(mDisplay, DefaultRootWindow(mDisplay),
&attribs);
More information about the MPlayer-cvslog
mailing list