summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-15 19:14:09 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-15 19:14:09 +0000
commit39e42b26e9ade6374654f2c82a00ac2f66a81469 (patch)
treef14c430eba3efa8660e4b21b9c6451574a51a9b1 /libvo
parentca77ee41f0d91974a4dff93de611dced9cffb11f (diff)
downloadmpv-39e42b26e9ade6374654f2c82a00ac2f66a81469.tar.bz2
mpv-39e42b26e9ade6374654f2c82a00ac2f66a81469.tar.xz
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
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_xv.c2
1 files changed, 1 insertions, 1 deletions
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);