summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_x11.c1
1 files changed, 1 insertions, 0 deletions
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;