vlc | branch: master | Lyndon Brown <[email protected]> | Sun Jan 20 04:27:27 
2019 +0000| [6fc0f9e33ca189b0bb5446503847a45b548781ff] | committer: 
Jean-Baptiste Kempf

i420_rgb: typo fix

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

> 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

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

Reply via email to