summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2013-01-15 12:11:59 +0100
committerRudolf Polzer <divverent@xonotic.org>2013-01-15 12:11:59 +0100
commit32d2e958a8ab846ca40276595cdceecd842227e7 (patch)
tree92471addb27208fa920da8610ec0ec4e6cddef18 /video
parent708fb47bcb5272689cd9c333cb6df09b176c3163 (diff)
downloadmpv-32d2e958a8ab846ca40276595cdceecd842227e7.tar.bz2
mpv-32d2e958a8ab846ca40276595cdceecd842227e7.tar.xz
vo_sdl: I think the XVidmode hack is no longer needed
I can no longer reproduce the XVidmode related hang.
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);