video: driver: Remove the unsupported ARGB32C format.

Remove the unsupported ARGB32C (RGBA8888 UBWC) pixel format.

Change-Id: Ia5ce610c4d3306b5f50f5132c9533bd9e86f0a6f
Signed-off-by: Mihir Ganu <quic_mganu@quicinc.com>
This commit is contained in:
Mihir Ganu
2023-05-04 11:21:48 -07:00
parent 96b24ac7d7
commit ebf3410136
3 changed files with 0 additions and 12 deletions

View File

@@ -10,8 +10,6 @@
#include <linux/types.h>
#include <linux/v4l2-controls.h>
/* 32 RGBA-8-8-8-8 compressed */
#define V4L2_PIX_FMT_VIDC_ARGB32C v4l2_fourcc('Q', '2', '4', 'C')
/* AV1 */
#ifndef V4L2_PIX_FMT_AV1
#define V4L2_PIX_FMT_AV1 v4l2_fourcc('A', 'V', '1', '0')