vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Tue Dec 11 22:44:39 2018 +0200| [2f43315f8863d47fcf908e55f7f20d93af712b81] | committer: Rémi Denis-Courmont
arm_neon: typo > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2f43315f8863d47fcf908e55f7f20d93af712b81 --- modules/arm_neon/chroma_yuv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/arm_neon/chroma_yuv.c b/modules/arm_neon/chroma_yuv.c index f790770a04..ae971bef08 100644 --- a/modules/arm_neon/chroma_yuv.c +++ b/modules/arm_neon/chroma_yuv.c @@ -1,5 +1,5 @@ /***************************************************************************** - * chroma_yuv.c : ARM NEONv1 YUV 4:2:0 to YUV :2:2 chroma conversion for VLC + * chroma_yuv.c : ARM NEONv1 YUV 4:2:0 to YUV 4:2:2 chroma conversion for VLC ***************************************************************************** * Copyright (C) 2009 Rémi Denis-Courmont * _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
