From 6a22d2459d2cea03e6886e33434a802478795494 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 23 Feb 2017 00:11:43 +0100 Subject: [PATCH] lavd/opengl_enc: Fix a typo. --- 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 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.