[vlc-commits] vaapi converter: fixed typo
Konstantin Pavlov
git at videolan.org
Tue Feb 26 10:22:00 CET 2019
vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | 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)
More information about the vlc-commits
mailing list