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

Commit a626f394 authored by Peter Korsgaard's avatar Peter Korsgaard Committed by Mauro Carvalho Chehab
Browse files

[media] s5p_mfc_enc: fix s/H264/H263/ typo

parent d1ee8878
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ static struct s5p_mfc_fmt formats[] = {
		.num_planes = 1,
	},
	{
		.name = "H264 Encoded Stream",
		.name = "H263 Encoded Stream",
		.fourcc = V4L2_PIX_FMT_H263,
		.codec_mode = S5P_FIMV_CODEC_H263_ENC,
		.type = MFC_FMT_ENC,