Skip to content

Commit

Permalink
vo_gpu: describe the plane merging pass
Browse files Browse the repository at this point in the history
This can get left unknown if something hooks NATIVE
  • Loading branch information
haasn committed Sep 17, 2017
1 parent e3c65cc commit bae7850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video/out/gpu/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bae7850

Please sign in to comment.