summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/videodev2.h
diff options
context:
space:
mode:
authorHans Verkuil2017-04-10 09:51:44 +0200
committerMauro Carvalho Chehab2017-04-10 19:57:19 +0200
commit86c7eb411b2450dafee3b0ec5c4c191f83e6511f (patch)
tree4536f761e4fd8f4476fbd8b642766a2f05eb5245 /include/uapi/linux/videodev2.h
parent[media] imon: use setup_timer (diff)
downloadkernel-qcow2-linux-86c7eb411b2450dafee3b0ec5c4c191f83e6511f.tar.gz
kernel-qcow2-linux-86c7eb411b2450dafee3b0ec5c4c191f83e6511f.tar.xz
kernel-qcow2-linux-86c7eb411b2450dafee3b0ec5c4c191f83e6511f.zip
[media] videodev2.h: fix outdated comment
The XV601/709 Y'CbCr encoding was changed to limited range, but the comment still indicates full range. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/uapi/linux/videodev2.h')
-rw-r--r--include/uapi/linux/videodev2.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h
index 16edbd9eeca6..8d351f5df2aa 100644
--- a/include/uapi/linux/videodev2.h
+++ b/include/uapi/linux/videodev2.h
@@ -362,8 +362,7 @@ enum v4l2_quantization {
/*
* The default for R'G'B' quantization is always full range, except
* for the BT2020 colorspace. For Y'CbCr the quantization is always
- * limited range, except for COLORSPACE_JPEG, XV601 or XV709: those
- * are full range.
+ * limited range, except for COLORSPACE_JPEG: this is full range.
*/
V4L2_QUANTIZATION_DEFAULT = 0,
V4L2_QUANTIZATION_FULL_RANGE = 1,