From a1a9dc9c850f6e99103e34f1ed8e66fdc9d2012c Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 6 Mar 2013 00:24:34 +0100 Subject: options: remove --no-vsync Latest nvidia drivers ignore the application setting, so this switch makes even less sense than before. It's still possible to control this with VO specific suboptions. --- core/cfg-mplayer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/cfg-mplayer.h') diff --git a/core/cfg-mplayer.h b/core/cfg-mplayer.h index af01a999d1..5de4050f89 100644 --- a/core/cfg-mplayer.h +++ b/core/cfg-mplayer.h @@ -570,8 +570,6 @@ const m_option_t mplayer_opts[]={ OPT_INTRANGE("fsmode-dontuse", vo.fsmode, 0, 31, 4096), OPT_INT("colorkey", vo.colorkey, 0), OPT_INT("no-colorkey", vo.colorkey, 0x1000000), - // wait for v-sync (gl) - OPT_FLAG("vsync", vo.vsync, 1), OPT_FLOATRANGE("panscan", vo.panscan, 0, 1.0, 99.0), OPT_FLOATRANGE("panscanrange", vo.panscanrange, 0, -19.0, 99.0), OPT_FLAG("force-rgba-osd-rendering", force_rgba_osd, 0), -- cgit v1.2.3