mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-14 13:39:10 +00:00
[media] s5p_mfc_enc: fix s/H264/H263/ typo
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Aked-by: Kamil Debski <k.debski@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
d1ee8878a1
commit
a626f39452
@ -61,7 +61,7 @@ static struct s5p_mfc_fmt formats[] = {
|
|||||||
.num_planes = 1,
|
.num_planes = 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.name = "H264 Encoded Stream",
|
.name = "H263 Encoded Stream",
|
||||||
.fourcc = V4L2_PIX_FMT_H263,
|
.fourcc = V4L2_PIX_FMT_H263,
|
||||||
.codec_mode = S5P_FIMV_CODEC_H263_ENC,
|
.codec_mode = S5P_FIMV_CODEC_H263_ENC,
|
||||||
.type = MFC_FMT_ENC,
|
.type = MFC_FMT_ENC,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user