vlc | branch: master | Konstantin Pavlov <[email protected]> | Tue Feb 26 
12:21:15 2019 +0300| [abac72953a4c44ad834400b40e12446857424535] | committer: 
Konstantin Pavlov

vaapi converter: fixed typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=abac72953a4c44ad834400b40e12446857424535
---

 modules/video_output/opengl/converter_vaapi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/opengl/converter_vaapi.c 
b/modules/video_output/opengl/converter_vaapi.c
index ba98298a4e..455ab51bbc 100644
--- a/modules/video_output/opengl/converter_vaapi.c
+++ b/modules/video_output/opengl/converter_vaapi.c
@@ -393,7 +393,7 @@ error:
 }
 
 vlc_module_begin ()
-    set_description("VA-API OpenGL surface converte")
+    set_description("VA-API OpenGL surface converter")
     set_capability("glconv", 1)
     set_callbacks(Open, Close)
     set_category(CAT_VIDEO)

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to