This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/media_tree.git tree:

Subject: [media] v4l2-ioctl: fix YUV422P pixel format description
Author:  Philipp Zabel <[email protected]>
Date:    Fri Mar 4 13:03:00 2016 -0300

The plane order is YUV, not YVU.

Signed-off-by: Philipp Zabel <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/v4l2-core/v4l2-ioctl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

http://git.linuxtv.org/cgit.cgi/media_tree.git/commit/?id=fcbafafb7da8dbfbb645ee22cc9fbd52d9553c12
diff --git a/drivers/media/v4l2-core/v4l2-ioctl.c 
b/drivers/media/v4l2-core/v4l2-ioctl.c
index 86c4c19b5d7b..170dd68d27f4 100644
--- a/drivers/media/v4l2-core/v4l2-ioctl.c
+++ b/drivers/media/v4l2-core/v4l2-ioctl.c
@@ -1172,7 +1172,7 @@ static void v4l_fill_fmtdesc(struct v4l2_fmtdesc *fmt)
        case V4L2_PIX_FMT_YVYU:         descr = "YVYU 4:2:2"; break;
        case V4L2_PIX_FMT_UYVY:         descr = "UYVY 4:2:2"; break;
        case V4L2_PIX_FMT_VYUY:         descr = "VYUY 4:2:2"; break;
-       case V4L2_PIX_FMT_YUV422P:      descr = "Planar YVU 4:2:2"; break;
+       case V4L2_PIX_FMT_YUV422P:      descr = "Planar YUV 4:2:2"; break;
        case V4L2_PIX_FMT_YUV411P:      descr = "Planar YUV 4:1:1"; break;
        case V4L2_PIX_FMT_Y41P:         descr = "YUV 4:1:1 (Packed)"; break;
        case V4L2_PIX_FMT_YUV444:       descr = "16-bit A/XYUV 4-4-4-4"; break;

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to