]> git.baikalelectronics.ru Git - kernel.git/commit
[media] videodev2.h: add COLORSPACE_DEFAULT
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 15 May 2015 12:29:05 +0000 (09:29 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sat, 30 May 2015 14:37:20 +0000 (11:37 -0300)
commit9d04762d218d2282aec6a683e8ba34ee309d9b4a
treed34630677d631ed4d28a114d7c957aeca0ccf09f
parent417d9fe24b5eda8b710fe61e5047614a88e4a985
[media] videodev2.h: add COLORSPACE_DEFAULT

V4L2_COLORSPACE_DEFAULT is added so we have a specific define for
the default case where applications do not set it but leave it to 0.
In that case the driver will set the colorspace based on what it
captures.

This is already used, but we never had a define for the value 0.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
include/uapi/linux/videodev2.h