diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2017-04-10 10:01:36 +0200 |
---|---|---|
committer | Hans Verkuil <hans.verkuil@cisco.com> | 2017-04-10 10:01:36 +0200 |
commit | 9f4ce80524ad9b43453cab3c1e32e3b34c6147fb (patch) | |
tree | 6f7aafbc4a77afc41db588831af06308c3a1b151 /contrib | |
parent | 08572e7db2120bc45db732d02409dfd3346b8e51 (diff) |
v4l-utils: sync with kernel
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/freebsd/include/linux/videodev2.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/freebsd/include/linux/videodev2.h b/contrib/freebsd/include/linux/videodev2.h index ab9808b8..80684a2d 100644 --- a/contrib/freebsd/include/linux/videodev2.h +++ b/contrib/freebsd/include/linux/videodev2.h @@ -408,8 +408,7 @@ enum v4l2_quantization { #define V4L2_MAP_QUANTIZATION_DEFAULT(is_rgb_or_hsv, colsp, ycbcr_enc) \ (((is_rgb_or_hsv) && (colsp) == V4L2_COLORSPACE_BT2020) ? \ V4L2_QUANTIZATION_LIM_RANGE : \ - (((is_rgb_or_hsv) || (ycbcr_enc) == V4L2_YCBCR_ENC_XV601 || \ - (ycbcr_enc) == V4L2_YCBCR_ENC_XV709 || (colsp) == V4L2_COLORSPACE_JPEG) ? \ + (((is_rgb_or_hsv) || (colsp) == V4L2_COLORSPACE_JPEG) ? \ V4L2_QUANTIZATION_FULL_RANGE : V4L2_QUANTIZATION_LIM_RANGE)) enum v4l2_priority { |