vo_gpu: describe the plane merging pass

This can get left unknown if something hooks NATIVE
This commit is contained in:
Niklas Haas 2017-09-16 03:28:38 +02:00
parent cee764849e
commit e92effb14f
1 changed files with 1 additions and 1 deletions

View File

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