Skip to content

Commit 1c79e41

Browse files
Hans Verkuilmchehab
authored andcommitted
media: colorspaces-details.rst: fix V4L2_COLORSPACE_JPEG description
The description was missing V4L2_XFER_FUNC_SRGB in the description of what V4L2_COLORSPACE_JPEG stands for. Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 68e966a commit 1c79e41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/userspace-api/media/v4l/colorspaces-details.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -767,8 +767,8 @@ scaled to [-128…128] and then clipped to [-128…127].
767767
information. So if something other than sRGB is used, then the driver
768768
will have to set that information explicitly. Effectively
769769
``V4L2_COLORSPACE_JPEG`` can be considered to be an abbreviation for
770-
``V4L2_COLORSPACE_SRGB``, ``V4L2_YCBCR_ENC_601`` and
771-
``V4L2_QUANTIZATION_FULL_RANGE``.
770+
``V4L2_COLORSPACE_SRGB``, ``V4L2_XFER_FUNC_SRGB``, ``V4L2_YCBCR_ENC_601``
771+
and ``V4L2_QUANTIZATION_FULL_RANGE``.
772772

773773
***************************************
774774
Detailed Transfer Function Descriptions

0 commit comments

Comments
 (0)