lavd/opengl_enc: Fix a typo.

This commit is contained in:
Carl Eugen Hoyos 2017-02-23 00:11:43 +01:00
parent 436f00b10c
commit 6a22d2459d
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
#define APIENTRY
#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.
* On some platforms GL_RED is not available and GL_LUMINANCE have to be used,
* but since OpenGL 3.0 GL_LUMINANCE is deprecated.