[vlc-commits] OpenGL: fix typo in comment
Steve Lhomme
git at videolan.org
Fri Nov 18 15:55:32 CET 2016
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Thu Nov 17 12:45:27 2016 +0100| [22fef9cdd6b6f985c40cdc075ea1482881e6e38f] | committer: Jean-Baptiste Kempf
OpenGL: fix typo in comment
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=22fef9cdd6b6f985c40cdc075ea1482881e6e38f
---
modules/video_output/opengl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/opengl.c b/modules/video_output/opengl.c
index e68cce1..8eed394 100644
--- a/modules/video_output/opengl.c
+++ b/modules/video_output/opengl.c
@@ -669,7 +669,7 @@ vout_display_opengl_t *vout_display_opengl_New(video_format_t *fmt,
vgl->AttachShader(vgl->program[0], vgl->shader[2]);
vgl->LinkProgram(vgl->program[0]);
- /* RGA & Vertex shaders */
+ /* RGB & Vertex shaders */
vgl->program[1] = vgl->CreateProgram();
vgl->AttachShader(vgl->program[1], vgl->shader[1]);
vgl->AttachShader(vgl->program[1], vgl->shader[2]);
More information about the vlc-commits
mailing list