[vlc-commits] i420_rgb: typo fix
Lyndon Brown
git at videolan.org
Wed Mar 6 17:13:26 CET 2019
vlc | branch: master | Lyndon Brown <jnqnfe at gmail.com> | Sun Jan 20 04:27:27 2019 +0000| [6fc0f9e33ca189b0bb5446503847a45b548781ff] | committer: Jean-Baptiste Kempf
i420_rgb: typo fix
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6fc0f9e33ca189b0bb5446503847a45b548781ff
---
modules/video_chroma/i420_rgb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_chroma/i420_rgb.c b/modules/video_chroma/i420_rgb.c
index bce200a605..24cc324731 100644
--- a/modules/video_chroma/i420_rgb.c
+++ b/modules/video_chroma/i420_rgb.c
@@ -80,7 +80,7 @@ vlc_module_begin ()
# define vlc_CPU_capable() vlc_CPU_MMX()
#else
set_description( N_("I420,IYUV,YV12 to "
- "RGB2,RV15,RV16,RV24,RV32 conversions") )
+ "RGB8,RV15,RV16,RV24,RV32 conversions") )
set_capability( "video converter", 80 )
# define vlc_CPU_capable() (true)
#endif
More information about the vlc-commits
mailing list