diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2016-08-04 06:15:41 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-24 08:42:31 -0300 |
commit | 926605d05c9d5f9d43e17f0fc3dc906473325755 (patch) | |
tree | ce7738b1c98faaee18025ad15ae2bb6d6fdd08bf /Documentation | |
parent | 45d130d267d2ac7983ea43d26f100ae3916f003e (diff) | |
download | linux-stable-926605d05c9d5f9d43e17f0fc3dc906473325755.tar.gz linux-stable-926605d05c9d5f9d43e17f0fc3dc906473325755.tar.bz2 linux-stable-926605d05c9d5f9d43e17f0fc3dc906473325755.zip |
[media] pixfmt-007.rst: fix copy-and-paste error in SMPTE-240M doc
Instead of referring to Y', Cb and Cr, it referred to Yc', Cbc and
Crc, which were accidentally copied from the BT.2020 constant luminance
text.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/media/uapi/v4l/pixfmt-007.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/media/uapi/v4l/pixfmt-007.rst b/Documentation/media/uapi/v4l/pixfmt-007.rst index 28c57a28d219..f3e7f9e4c616 100644 --- a/Documentation/media/uapi/v4l/pixfmt-007.rst +++ b/Documentation/media/uapi/v4l/pixfmt-007.rst @@ -742,7 +742,7 @@ the following ``V4L2_YCBCR_ENC_SMPTE240M`` encoding: Cr = 0.5R' - 0.4451G' - 0.0549B' -Yc' is clamped to the range [0…1] and Cbc and Crc are clamped to the +Y' is clamped to the range [0…1] and Cb and Cr are clamped to the range [-0.5…0.5]. The Y'CbCr quantization is limited range. |