access/v4l2: add support for V4L2_PIX_FMT_ABGR32 and V4L2_PIX_FMT_XBGR32
authorMartin Tuma <martin.tuma@digiteqautomotive.com>
Mon, 2 Dec 2024 11:36:22 +0000 (12:36 +0100)
committerSebastian Ramacher <sramacher@debian.org>
Tue, 21 Jan 2025 18:02:47 +0000 (19:02 +0100)
commitee13f1690b932be96e4a06fbc154f096f358e774
tree439d61f146d34f9b4c6cb168462d793336406790
parent8d436c56c63f0ae28c9fa31a7e620e75d53026b2
access/v4l2: add support for V4L2_PIX_FMT_ABGR32 and V4L2_PIX_FMT_XBGR32

Fix broken v4l2 pixel format selection when the device supports/uses
the V4L2_PIX_FMT_ABGR32 or V4L2_PIX_FMT_XBGR32 pixel formats.

See the v4l2 documentation for the pixel formats details:
https://docs.kernel.org/userspace-api/media/v4l/pixfmt-rgb.html

Gbp-Pq: Name 0112-access-v4l2-add-support-for-V4L2_PIX_FMT_ABGR32-and-.patch
modules/access/v4l2/demux.c