Skip to content

Commit

Permalink
[media] s5p_mfc_enc: fix s/H264/H263/ typo
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Korsgaard <[email protected]>
Aked-by: Kamil Debski <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
jacmet authored and Mauro Carvalho Chehab committed Dec 11, 2011
1 parent d1ee887 commit a626f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/s5p-mfc/s5p_mfc_enc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a626f39

Please sign in to comment.