Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88783f75 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Remove HW support V4L2_PIX_FMT_RGB32 color format"

parents b9711d41 0ba33db5
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -1154,13 +1154,6 @@ static struct msm_vidc_format venc_formats[] = {
		.get_frame_size = get_frame_size_nv12_ubwc,
		.type = OUTPUT_PORT,
	},
	{
		.name = "RGBA 8:8:8:8",
		.description = "RGBA 8:8:8:8",
		.fourcc = V4L2_PIX_FMT_RGB32,
		.get_frame_size = get_frame_size_rgba,
		.type = OUTPUT_PORT,
	},
	{
		.name = "H264",
		.description = "H264 compressed format",