[FFmpeg-cvslog] lavd/opengl_enc: Fix a typo.

Carl Eugen Hoyos git at videolan.org
Thu Feb 23 01:12:08 EET 2017


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Thu Feb 23 00:11:43 2017 +0100| [6a22d2459d2cea03e6886e33434a802478795494] | committer: Carl Eugen Hoyos

lavd/opengl_enc: Fix a typo.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a22d2459d2cea03e6886e33434a802478795494
---

 libavdevice/opengl_enc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavdevice/opengl_enc.c b/libavdevice/opengl_enc.c
index 3e643b0..1fc7ddd 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.



More information about the ffmpeg-cvslog mailing list