From dccafd21fbf52966527d6665f9da246bf8381b90 Mon Sep 17 00:00:00 2001 From: arpi Date: Wed, 8 May 2002 20:53:00 +0000 Subject: [PATCH] partial fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6018 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_xvidix.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libvo/vo_xvidix.c b/libvo/vo_xvidix.c index 4bf01a5b81..b08915ae2e 100644 --- a/libvo/vo_xvidix.c +++ b/libvo/vo_xvidix.c @@ -218,8 +218,6 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, break; } - if (X_already_started) - return(-1); if (!vo_init()) return(-1); @@ -236,8 +234,6 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, // if (vo_fs) // { vo_old_width=d_width; vo_old_height=d_height; } - X_already_started++; - /* from xmga.c */ bgColor = 0x0L; switch(vo_depthonscreen)