[vlc-devel] [PATCH] opengl: correct documentation
Victorien Le Couviour--Tuffet
victorien.lecouviour.tuffet at gmail.com
Mon Jul 17 13:18:41 CEST 2017
---
modules/video_output/opengl/internal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/opengl/internal.h b/modules/video_output/opengl/internal.h
index 9d5639a107..cd40c50e84 100644
--- a/modules/video_output/opengl/internal.h
+++ b/modules/video_output/opengl/internal.h
@@ -317,7 +317,7 @@ 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
+ * \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
*/
--
2.13.1
More information about the vlc-devel
mailing list