diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-12-07 00:03:05 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-12-07 14:00:36 +0100 |
commit | 67c2a10bff74e938279bb519d2853babbd52c1d7 (patch) | |
tree | 83a953e58733479aaca6740d53e6b7a1e6b4aeff /Documentation/userspace-api | |
parent | 3747115f85bb73b69ec345f518bec3a5f8e7838d (diff) |
media: doc: pixfmt-rgb: Add title for deprecated formats
Improve readability of the documentation by adding a section title for
the deprecated formats.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/userspace-api')
-rw-r--r-- | Documentation/userspace-api/media/v4l/pixfmt-rgb.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/userspace-api/media/v4l/pixfmt-rgb.rst b/Documentation/userspace-api/media/v4l/pixfmt-rgb.rst index 731bde23e055..5045895e85e1 100644 --- a/Documentation/userspace-api/media/v4l/pixfmt-rgb.rst +++ b/Documentation/userspace-api/media/v4l/pixfmt-rgb.rst @@ -1000,12 +1000,14 @@ devices and drivers must ignore those bits, for both :ref:`capture` and :ref:`output` devices. +Deprecated RGB Formats +====================== + Formats defined in :ref:`pixfmt-rgb-deprecated` are deprecated and must not be used by new drivers. They are documented here for reference. The meaning of their alpha bits ``(a)`` are ill-defined and interpreted as in either the corresponding ARGB or XRGB format, depending on the driver. - .. raw:: latex \begingroup |