You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavd/opengl_enc: Fix a typo.
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
#define APIENTRY
|
#define APIENTRY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* FF_GL_RED_COMPONENT is used for plannar pixel types.
|
/* FF_GL_RED_COMPONENT is used for planar pixel types.
|
||||||
* Only red component is sampled in shaders.
|
* Only red component is sampled in shaders.
|
||||||
* On some platforms GL_RED is not available and GL_LUMINANCE have to be used,
|
* On some platforms GL_RED is not available and GL_LUMINANCE have to be used,
|
||||||
* but since OpenGL 3.0 GL_LUMINANCE is deprecated.
|
* but since OpenGL 3.0 GL_LUMINANCE is deprecated.
|
||||||
|
Reference in New Issue
Block a user