ffmpeg | branch: master | Carl Eugen Hoyos <[email protected]> | 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. _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
