[vlc-commits] opengl: Fix typo

David Fuhrmann git at videolan.org
Sat Jan 21 09:48:11 CET 2017


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat Jan 21 09:46:37 2017 +0100| [f4dabf3427ae2a1bddbe8d673d537e412beac78f] | committer: David Fuhrmann

opengl: Fix typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f4dabf3427ae2a1bddbe8d673d537e412beac78f
---

 modules/video_output/opengl/vout_helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/opengl/vout_helper.c b/modules/video_output/opengl/vout_helper.c
index 4a6e201..4448192 100644
--- a/modules/video_output/opengl/vout_helper.c
+++ b/modules/video_output/opengl/vout_helper.c
@@ -1260,7 +1260,7 @@ int vout_display_opengl_Display(vout_display_opengl_t *vgl,
                                 const video_format_t *source)
 {
     /* Why drawing here and not in Render()? Because this way, the
-       OpenGL providers can call vout_display_opengl_Display to force redraw.i
+       OpenGL providers can call vout_display_opengl_Display to force redraw.
        Currently, the OS X provider uses it to get a smooth window resizing */
     glClear(GL_COLOR_BUFFER_BIT);
 



More information about the vlc-commits mailing list