mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 07:30:06 -04:00
[media] s5p-fimc: Fix YUV422P depth
All YUV 422 has 16bit per pixels. Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
41f484d12c
commit
e3fadbdf1c
@@ -122,7 +122,7 @@ static struct fimc_fmt fimc_formats[] = {
|
||||
}, {
|
||||
.name = "YUV 4:2:2 planar, Y/Cb/Cr",
|
||||
.fourcc = V4L2_PIX_FMT_YUV422P,
|
||||
.depth = { 12 },
|
||||
.depth = { 16 },
|
||||
.color = FIMC_FMT_YCBYCR422,
|
||||
.memplanes = 1,
|
||||
.colplanes = 3,
|
||||
|
||||
Reference in New Issue
Block a user