]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/opengl_enc.c
avdevice/decklink_enc: convert to codecpar
[ffmpeg] / libavdevice / opengl_enc.c
index 3e643b09745770b2605b76c5236a3c216bcdc12e..1fc7ddd00396870f3f4fb8bf91b113ca8f3c4d4c 100644 (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.