From 3095b31c26f19751f61c985f16857fcdc2c0c1ca Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 21 Nov 2008 23:14:38 +0000 Subject: Add forgotten initialization if Flip_Flag to 0. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27976 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_x11.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo') diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c index 6f799e38da..fae5bcef23 100644 --- a/libvo/vo_x11.c +++ b/libvo/vo_x11.c @@ -334,6 +334,7 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width, if (flags & VOFLAG_MODESWITCHING) vm = 1; #endif + Flip_Flag = 0; if (flags & VOFLAG_FLIPPING) Flip_Flag = 1; zoomFlag = flags & VOFLAG_SWSCALE; -- cgit v1.2.3