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

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

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
Aked-by: default avatarKamil Debski <k.debski@samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent d1ee8878
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment