From 32d2e958a8ab846ca40276595cdceecd842227e7 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 15 Jan 2013 12:11:59 +0100 Subject: vo_sdl: I think the XVidmode hack is no longer needed I can no longer reproduce the XVidmode related hang. --- video/out/vo_sdl.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'video/out/vo_sdl.c') diff --git a/video/out/vo_sdl.c b/video/out/vo_sdl.c index af75f46ef4..99af9355ed 100644 --- a/video/out/vo_sdl.c +++ b/video/out/vo_sdl.c @@ -770,11 +770,6 @@ static int preinit(struct vo *vo, const char *arg) return -1; } - // work around broken XVidMode support for now (TODO regularily test - // whether this is still necessary) - SDL_SetHintWithPriority(SDL_HINT_VIDEO_X11_XVIDMODE, "0", - SDL_HINT_DEFAULT); - // predefine SDL defaults (SDL env vars shall override) SDL_SetHintWithPriority(SDL_HINT_RENDER_SCALE_QUALITY, "1", SDL_HINT_DEFAULT); -- cgit v1.2.3