mirror of
https://github.com/torvalds/linux.git
synced 2024-12-25 20:32:22 +00:00
[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>
This commit is contained in:
parent
bd742c6586
commit
86c7eb411b
@ -362,8 +362,7 @@ enum v4l2_quantization {
|
|||||||
/*
|
/*
|
||||||
* The default for R'G'B' quantization is always full range, except
|
* The default for R'G'B' quantization is always full range, except
|
||||||
* for the BT2020 colorspace. For Y'CbCr the quantization is always
|
* for the BT2020 colorspace. For Y'CbCr the quantization is always
|
||||||
* limited range, except for COLORSPACE_JPEG, XV601 or XV709: those
|
* limited range, except for COLORSPACE_JPEG: this is full range.
|
||||||
* are full range.
|
|
||||||
*/
|
*/
|
||||||
V4L2_QUANTIZATION_DEFAULT = 0,
|
V4L2_QUANTIZATION_DEFAULT = 0,
|
||||||
V4L2_QUANTIZATION_FULL_RANGE = 1,
|
V4L2_QUANTIZATION_FULL_RANGE = 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user