summaryrefslogtreecommitdiff
path: root/libavdevice/opengl_enc.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2017-02-23 00:11:43 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2017-02-23 00:11:43 +0100
commit6a22d2459d2cea03e6886e33434a802478795494 (patch)
tree241be41478d6930c91a220b568e2898162d94525 /libavdevice/opengl_enc.c
parent436f00b10c062b75c7aab276c4a7d64524bd0444 (diff)
downloadffmpeg-6a22d2459d2cea03e6886e33434a802478795494.tar.gz
lavd/opengl_enc: Fix a typo.
Diffstat (limited to 'libavdevice/opengl_enc.c')
-rw-r--r--libavdevice/opengl_enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/opengl_enc.c b/libavdevice/opengl_enc.c
index 3e643b0974..1fc7ddd003 100644
--- a/libavdevice/opengl_enc.c
+++ b/libavdevice/opengl_enc.c
@@ -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.