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