diff options
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/videodev2.h | 7 |
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 { | |||
| 268 | 268 | ||
| 269 | enum v4l2_quantization { | 269 | enum v4l2_quantization { |
| 270 | /* | 270 | /* |
| 271 | * The default for R'G'B' quantization is always full range. For | 271 | * The default for R'G'B' quantization is always full range, except |
| 272 | * Y'CbCr the quantization is always limited range, except for | 272 | * for the BT2020 colorspace. For Y'CbCr the quantization is always |
| 273 | * SYCC, XV601, XV709 or JPEG: those are full range. | 273 | * limited range, except for COLORSPACE_JPEG, SYCC, XV601 or XV709: |
| 274 | * those are full range. | ||
| 274 | */ | 275 | */ |
| 275 | V4L2_QUANTIZATION_DEFAULT = 0, | 276 | V4L2_QUANTIZATION_DEFAULT = 0, |
| 276 | V4L2_QUANTIZATION_FULL_RANGE = 1, | 277 | V4L2_QUANTIZATION_FULL_RANGE = 1, |
