All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] s5p_mfc_enc: fix s/H264/H263/ typo
@ 2011-12-05 10:12 Peter Korsgaard
  2011-12-06  8:40 ` Kamil Debski
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2011-12-05 10:12 UTC (permalink / raw)
  To: k.debski, mchehab, linux-media; +Cc: Peter Korsgaard

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 drivers/media/video/s5p-mfc/s5p_mfc_enc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/s5p-mfc/s5p_mfc_enc.c b/drivers/media/video/s5p-mfc/s5p_mfc_enc.c
index 1e8cdb7..dff9dc7 100644
--- a/drivers/media/video/s5p-mfc/s5p_mfc_enc.c
+++ b/drivers/media/video/s5p-mfc/s5p_mfc_enc.c
@@ -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,
-- 
1.7.7.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [PATCH] s5p_mfc_enc: fix s/H264/H263/ typo
  2011-12-05 10:12 [PATCH] s5p_mfc_enc: fix s/H264/H263/ typo Peter Korsgaard
@ 2011-12-06  8:40 ` Kamil Debski
  2011-12-11 11:30   ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ messages in thread
From: Kamil Debski @ 2011-12-06  8:40 UTC (permalink / raw)
  To: 'Peter Korsgaard', mchehab, linux-media

Hi Peter,

Thank you for your patch!
I'll include it with the patches we'll be sending to Mauro.

Best wishes,
--
Kamil Debski
Linux Platform Group
Samsung Poland R&D Center


> -----Original Message-----
> From: Peter Korsgaard [mailto:jacmet@gmail.com] On Behalf Of Peter Korsgaard
> Sent: 05 December 2011 11:12
> To: k.debski@samsung.com; mchehab@infradead.org; linux-media@vger.kernel.org
> Cc: Peter Korsgaard
> Subject: [PATCH] s5p_mfc_enc: fix s/H264/H263/ typo
> 
> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
> ---
>  drivers/media/video/s5p-mfc/s5p_mfc_enc.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/media/video/s5p-mfc/s5p_mfc_enc.c
> b/drivers/media/video/s5p-mfc/s5p_mfc_enc.c
> index 1e8cdb7..dff9dc7 100644
> --- a/drivers/media/video/s5p-mfc/s5p_mfc_enc.c
> +++ b/drivers/media/video/s5p-mfc/s5p_mfc_enc.c
> @@ -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,
> --
> 1.7.7.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] s5p_mfc_enc: fix s/H264/H263/ typo
  2011-12-06  8:40 ` Kamil Debski
@ 2011-12-11 11:30   ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2011-12-11 11:30 UTC (permalink / raw)
  To: Kamil Debski; +Cc: 'Peter Korsgaard', linux-media

On 06-12-2011 06:40, Kamil Debski wrote:
> Hi Peter,
>
> Thank you for your patch!
> I'll include it with the patches we'll be sending to Mauro.

That's trivial enough ;) I'll just add your ack and put on my next
upstream series.

>
> Best wishes,
> --
> Kamil Debski
> Linux Platform Group
> Samsung Poland R&D Center
>
>
>> -----Original Message-----
>> From: Peter Korsgaard [mailto:jacmet@gmail.com] On Behalf Of Peter Korsgaard
>> Sent: 05 December 2011 11:12
>> To: k.debski@samsung.com; mchehab@infradead.org; linux-media@vger.kernel.org
>> Cc: Peter Korsgaard
>> Subject: [PATCH] s5p_mfc_enc: fix s/H264/H263/ typo
>>
>> Signed-off-by: Peter Korsgaard<jacmet@sunsite.dk>
>> ---
>>   drivers/media/video/s5p-mfc/s5p_mfc_enc.c |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/drivers/media/video/s5p-mfc/s5p_mfc_enc.c
>> b/drivers/media/video/s5p-mfc/s5p_mfc_enc.c
>> index 1e8cdb7..dff9dc7 100644
>> --- a/drivers/media/video/s5p-mfc/s5p_mfc_enc.c
>> +++ b/drivers/media/video/s5p-mfc/s5p_mfc_enc.c
>> @@ -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,
>> --
>> 1.7.7.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-11 11:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-05 10:12 [PATCH] s5p_mfc_enc: fix s/H264/H263/ typo Peter Korsgaard
2011-12-06  8:40 ` Kamil Debski
2011-12-11 11:30   ` Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.