summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-03 13:07:58 +0200
committerwm4 <wm4@nowhere>2016-09-03 13:07:58 +0200
commit0c2c059826df1f0463c5cf741d717c6315b4317e (patch)
tree5675a59bfa9b436e21d8066c5866bf370e7e9e97 /player
parent9bc39b352e66dafa092d574c72ab1ce9d9393e71 (diff)
downloadmpv-0c2c059826df1f0463c5cf741d717c6315b4317e.tar.bz2
mpv-0c2c059826df1f0463c5cf741d717c6315b4317e.tar.xz
player: remove opengl-es=no flag from opengl-hq profile
This was mistakenly added. It was removed from the vo_opengl_hq defaults at an earlier time, but the documentation was not updated, which is why it made it back into the profile. Fixes #3485.
Diffstat (limited to 'player')
-rw-r--r--player/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/player/main.c b/player/main.c
index 5f20ae9891..315c2978f5 100644
--- a/player/main.c
+++ b/player/main.c
@@ -143,7 +143,6 @@ static const char def_config[] =
"correct-downscaling=yes\n"
"sigmoid-upscaling=yes\n"
"deband=yes\n"
- "opengl-es=no\n"
;
static pthread_mutex_t terminal_owner_lock = PTHREAD_MUTEX_INITIALIZER;