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, 14 Jan 2025 22:09:47 +0000 (23:09 +0100)
commita337bcb529366d052383e6f16ea9edfbe7357038
tree8bf4d15dc48a317f5416470dbcdacfcb6be47cf1
parent99018e2c1fa6a8a4da10f788d3d841c36048dbab
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