]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[media] videodev2.h: fix comment
authorHans Verkuil <hans.verkuil@cisco.com>
Sun, 8 Mar 2015 07:53:32 +0000 (04:53 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 2 Apr 2015 21:11:00 +0000 (18:11 -0300)
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>
include/uapi/linux/videodev2.h

index fbdc3602ee2706201e9225097e73571b7f74c4ea..15b21e48124619c366943581f14f80b6eede4732 100644 (file)
@@ -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,