summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/videodev2.h
diff options
context:
space:
mode:
authorHans Verkuil2015-03-08 08:53:32 +0100
committerMauro Carvalho Chehab2015-04-02 23:11:00 +0200
commitaa05b979f14998fec16fa38f1c91eaa197e73148 (patch)
treed0f2ba9b51500b3ebcd4f417742b93446694a168 /include/uapi/linux/videodev2.h
parent[media] DocBook media: BT.2020 RGB uses limited quantization range (diff)
downloadkernel-qcow2-linux-aa05b979f14998fec16fa38f1c91eaa197e73148.tar.gz
kernel-qcow2-linux-aa05b979f14998fec16fa38f1c91eaa197e73148.tar.xz
kernel-qcow2-linux-aa05b979f14998fec16fa38f1c91eaa197e73148.zip
[media] videodev2.h: fix comment
The quantization comment in the header was incorrect w.r.t. BT.2020. Fix this. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/uapi/linux/videodev2.h')
-rw-r--r--include/uapi/linux/videodev2.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h
index fbdc3602ee27..15b21e481246 100644
--- a/include/uapi/linux/videodev2.h
+++ b/include/uapi/linux/videodev2.h
@@ -268,9 +268,10 @@ enum v4l2_ycbcr_encoding {
enum v4l2_quantization {
/*
- * The default for R'G'B' quantization is always full range. For
- * Y'CbCr the quantization is always limited range, except for
- * SYCC, XV601, XV709 or JPEG: those are full range.
+ * 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, SYCC, XV601 or XV709:
+ * those are full range.
*/
V4L2_QUANTIZATION_DEFAULT = 0,
V4L2_QUANTIZATION_FULL_RANGE = 1,