[MPlayer-cvslog] r35286 - trunk/libvo/vo_vdpau.c

reimar subversion at mplayerhq.hu
Tue Oct 30 17:40:22 CET 2012


Author: reimar
Date: Tue Oct 30 17:40:22 2012
New Revision: 35286

Log:
Remove "else" that makes no sense and results in uninitialized data
being used.

There is a high chance that all -vm related code is broken in various
ways, obviously it hasn't been used/tested in ages.

Modified:
   trunk/libvo/vo_vdpau.c

Modified: trunk/libvo/vo_vdpau.c
==============================================================================
--- trunk/libvo/vo_vdpau.c	Tue Oct 30 17:35:36 2012	(r35285)
+++ trunk/libvo/vo_vdpau.c	Tue Oct 30 17:40:22 2012	(r35286)
@@ -680,7 +680,6 @@ static int config(uint32_t width, uint32
 #ifdef CONFIG_XF86VM
         if (vm)
             vo_vm_switch();
-        else
 #endif
         XGetWindowAttributes(mDisplay, DefaultRootWindow(mDisplay), &attribs);
         depth = attribs.depth;


More information about the MPlayer-cvslog mailing list