Fixed typo

This commit is contained in:
jojo61 2020-03-06 13:58:56 +01:00
parent b2bff4ebd0
commit 74a2285af0
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ static GLuint sc_generate(GLuint gl_prog, enum AVColorSpace colorspace)
GLSL("%s\n",gl_version);
GLSL("precision mediump float; \n");
GLSL("layout(location = 0) out vec4 out_color;\n");
GLSL("in vec2 texcoord0;\ \n");
GLSL("in vec2 texcoord0; \n");
GLSL("in vec2 texcoord1; \n");
if (Planes == 3)
GLSL("in vec2 texcoord2; \n");