diff --git a/video/out/opengl/video.c b/video/out/opengl/video.c index ca76af2b9b..14d66074e5 100644 --- a/video/out/opengl/video.c +++ b/video/out/opengl/video.c @@ -1356,6 +1356,7 @@ found: p->texture_w = img.w; p->texture_h = img.h; p->components = img.components; + pass_describe(p, "(remainder pass)"); } static void load_shader(struct gl_video *p, struct bstr body)