[vlc-commits] opengl: correct documentation

victorien.lecouviour.tuffet@gmail.com git at videolan.org
Tue Jul 18 18:18:13 CEST 2017


vlc | branch: master | victorien.lecouviour.tuffet at gmail.com <victorien.lecouviour.tuffet at gmail.com> | Mon Jul 17 13:21:33 2017 +0200| [5cb0604bb80f4a49564aa47d287ce3d78cc42719] | committer: Jean-Baptiste Kempf

opengl: correct documentation

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/video_output/opengl/internal.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/video_output/opengl/internal.h b/modules/video_output/opengl/internal.h
index 9d5639a107..3c27d49028 100644
--- a/modules/video_output/opengl/internal.h
+++ b/modules/video_output/opengl/internal.h
@@ -317,8 +317,8 @@ struct opengl_tex_converter_t
  * \param tc OpenGL tex converter
  * \param tex_target GL_TEXTURE_2D or GL_TEXTURE_RECTANGLE
  * \param chroma chroma used to generate the fragment shader
- * \param if not COLOR_SPACE_UNDEF, YUV planes will be converted to RGB
- * according to the color space
+ * \param yuv_space if not COLOR_SPACE_UNDEF, YUV planes will be converted to
+ * RGB according to the color space
  * \return the compiled fragment shader or 0 in case of error
  */
 GLuint



More information about the vlc-commits mailing list