vlc | branch: master | Martin Storsjö <[email protected]> | Sun Sep 29 21:56:23 
2013 +0300| [735d627e9b8661c760f8b59d36b53bd36a00a893] | committer: Martin 
Storsjö

arm_neon: Fix a minor typo in a comment

Signed-off-by: Martin Storsjö <[email protected]>

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

 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 9e1f0fc..b54732e 100644
--- a/modules/arm_neon/chroma_yuv.c
+++ b/modules/arm_neon/chroma_yuv.c
@@ -121,7 +121,7 @@ static void I422_VYUY (filter_t *filter, picture_t *src, 
picture_t *dst)
 VIDEO_FILTER_WRAPPER (I422_VYUY)
 
 
-/* Packedr YUV422 to planar YUV422 */
+/* Packed YUV422 to planar YUV422 */
 static void YUYV_I422 (filter_t *filter, picture_t *src, picture_t *dst)
 {
     DEFINE_PLANES(out, dst);

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

Reply via email to