1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-09 16:37:24 +00:00

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.
This commit is contained in:
wm4 2016-09-03 13:07:58 +02:00
parent 9bc39b352e
commit 0c2c059826

View File

@ -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;