From 39e42b26e9ade6374654f2c82a00ac2f66a81469 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 15 Nov 2008 19:14:09 +0000 Subject: [PATCH] Remove a nonsensical "else" for the video mode switching case. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27929 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_xv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c index 77c9d78531..a4a1316033 100644 --- a/libvo/vo_xv.c +++ b/libvo/vo_xv.c @@ -229,7 +229,7 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width, if (vm) { vo_vm_switch(); - } else + } #endif XGetWindowAttributes(mDisplay, DefaultRootWindow(mDisplay), &attribs);