summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheng Nan <b38800@freescale.com>2012-12-07 17:08:07 +0800
committerTapani <tapani@vmail.me>2013-03-29 11:41:08 +0800
commit22d95d4d9ced72bdfb191bf620241994feeeeb34 (patch)
tree532e7b0bd5221ae2ef1362bf1229922fae613957
parent5078308f30ab2863eef470eae7b196a77454fe36 (diff)
ENGR00236196: mxc_vout: add YV12 format support in enum fmt field.
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>
-rw-r--r--drivers/media/video/mxc/output/mxc_vout.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/video/mxc/output/mxc_vout.c b/drivers/media/video/mxc/output/mxc_vout.c
index 388c4b39570f..ec789ec2e826 100644
--- a/drivers/media/video/mxc/output/mxc_vout.c
+++ b/drivers/media/video/mxc/output/mxc_vout.c
@@ -189,6 +189,10 @@ const static struct v4l2_fmtdesc mxc_formats[] = {
.pixelformat = V4L2_PIX_FMT_YUV420,
},
{
+ .description = "YVU420",
+ .pixelformat = V4L2_PIX_FMT_YVU420,
+ },
+ {
.description = "TILED NV12P",
.pixelformat = IPU_PIX_FMT_TILED_NV12,
},