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

Commit da72739e authored by Maheshwar Ajja's avatar Maheshwar Ajja
Browse files

msm: vidc: remove TME format from supported formats list



video driver does not support TME format, so remove it.

Change-Id: Ica7656fc1758a007f0d20d0351a4cedb82b9a0ee
Signed-off-by: default avatarMaheshwar Ajja <majja@codeaurora.org>
parent 954a066a
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -998,11 +998,6 @@ static struct msm_vidc_format_desc venc_output_formats[] = {
		.description = "HEVC compressed format",
		.fourcc = V4L2_PIX_FMT_HEVC,
	},
	{
		.name = "TME",
		.description = "TME MBI format",
		.fourcc = V4L2_PIX_FMT_TME,
	},
};

struct msm_vidc_format_constraint enc_pix_format_constraints[] = {