[vlc-devel] [PATCH] opengl: correct documentation
Victorien Le Couviour--Tuffet
victorien.lecouviour.tuffet at gmail.com
Mon Jul 17 13:21:33 CEST 2017
---
respect the 80 cols rule
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
--
2.13.1
More information about the vlc-devel
mailing list