]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00236196: mxc_vout: add YV12 format support in enum fmt field.
authorSheng Nan <b38800@freescale.com>
Fri, 7 Dec 2012 09:08:07 +0000 (17:08 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:47 +0000 (08:35 +0200)
Since YV12 format is supported in mxc_v4l2_capture, it should be also
supported in mxc_vout.

Signed-off-by: Sheng Nan <b38800@freescale.com>
drivers/media/video/mxc/output/mxc_vout.c

index 388c4b39570f2bc459ec2a64c91ba0098e61e642..ec789ec2e826c729286590fbc293c8dcccaade5f 100644 (file)
@@ -188,6 +188,10 @@ const static struct v4l2_fmtdesc mxc_formats[] = {
                .description = "YUV420",
                .pixelformat = V4L2_PIX_FMT_YUV420,
        },
+       {
+               .description = "YVU420",
+               .pixelformat = V4L2_PIX_FMT_YVU420,
+       },
        {
                .description = "TILED NV12P",
                .pixelformat = IPU_PIX_FMT_TILED_NV12,