From e92effb14feab6b189a4e6fbc75504834328c48e Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sat, 16 Sep 2017 03:28:38 +0200 Subject: vo_gpu: describe the plane merging pass This can get left unknown if something hooks NATIVE --- video/out/gpu/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video') diff --git a/video/out/gpu/video.c b/video/out/gpu/video.c index e36fde60e8..e0ca6c4ffb 100644 --- a/video/out/gpu/video.c +++ b/video/out/gpu/video.c @@ -2145,7 +2145,7 @@ static void pass_read_video(struct gl_video *p) } // All planes are of the same size and properly aligned at this point - GLSLF("// combining planes\n"); + pass_describe(p, "combining planes"); int coord = 0; for (int i = 0; i < 4; i++) { if (tex[i].type != PLANE_NONE) -- cgit v1.2.3