mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
vo_opengl, x11: make legacy context warning not an error
Really, this doesn't actually matter. It's printed as error only because it was once thought to be an mostly unneeded fallback, but it turned out this is still frequently needed, and users are getting confused.
This commit is contained in:
parent
eec4b86bbc
commit
da997db095
@ -109,7 +109,7 @@ static bool create_context_x11_gl3(struct MPGLContext *ctx, bool debug)
|
||||
glx_ctx->fbc, 0, True,
|
||||
context_attribs);
|
||||
if (!context) {
|
||||
MP_ERR(vo, "Could not create GL3 context. Retrying with legacy context.\n");
|
||||
MP_INFO(vo, "Could not create GL3 context. Retrying with legacy context.\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user