[vlc-commits] opengl: correct documentation

Victorien Le Couviour--Tuffet git at videolan.org
Tue Jul 18 18:20:49 CEST 2017


vlc | branch: master | Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet at gmail.com> | Mon Jul 17 13:21:33 2017 +0200| [284713510bcef4d88d4ec04a29379992ed0d088b] | 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=284713510bcef4d88d4ec04a29379992ed0d088b
---

 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