From b5096296038e0989e29678cf019dcdee340f7f39 Mon Sep 17 00:00:00 2001 From: iive Date: Thu, 30 Jun 2005 10:57:56 +0000 Subject: [PATCH] add vo_xv_enable_vsync() to xvmc it may not be needed but at least it shouldn't hurt to have it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15867 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_xvmc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libvo/vo_xvmc.c b/libvo/vo_xvmc.c index f63e7c28d1..4760cf9ff8 100644 --- a/libvo/vo_xvmc.c +++ b/libvo/vo_xvmc.c @@ -585,6 +585,7 @@ found_subpic: return -1; // bail out, colorkey setup failed } + vo_xv_enable_vsync();//it won't break anything //taken from vo_xv panscan_init(); -- 2.11.4.GIT