diff options
-rw-r--r-- | video/out/opengl/video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/video.c b/video/out/opengl/video.c index 5c24bdbb1d..3982793f94 100644 --- a/video/out/opengl/video.c +++ b/video/out/opengl/video.c @@ -632,7 +632,7 @@ static bool gl_video_get_lut3d(struct gl_video *p, enum mp_csp_prim prim, { GL *gl = p->gl; - if (!p->cms || !p->use_lut_3d) + if (!p->use_lut_3d) return false; if (!gl_lcms_has_changed(p->cms, prim, trc)) |