diff mbox

[FFmpeg-devel,v3,6/6] doc/filters.texi: add overlay yuv420p10 format

Message ID 20190606070959.9608-6-lance.lmwang@gmail.com
State Accepted
Headers show

Commit Message

Lance Wang June 6, 2019, 7:09 a.m. UTC
From: Limin Wang <lance.lmwang@gmail.com>

Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
---
 doc/filters.texi | 3 +++
 1 file changed, 3 insertions(+)

Comments

Lance Wang Aug. 17, 2019, 3:03 p.m. UTC | #1
On Thu, Jun 06, 2019 at 03:09:59PM +0800, lance.lmwang@gmail.com wrote:
ping it also, I can update to master if it's necessary.

> From: Limin Wang <lance.lmwang@gmail.com>
> 
> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
> ---
>  doc/filters.texi | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/doc/filters.texi b/doc/filters.texi
> index 5db8e0302f..b0e951c9f9 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -13159,6 +13159,9 @@ It accepts the following values:
>  @item yuv420
>  force YUV420 output
>  
> +@item yuv420p10
> +force YUV420p10 output
> +
>  @item yuv422
>  force YUV422 output
>  
> -- 
> 2.21.0
>
Marton Balint Aug. 17, 2019, 3:27 p.m. UTC | #2
On Sat, 17 Aug 2019, Limin Wang wrote:

> On Thu, Jun 06, 2019 at 03:09:59PM +0800, lance.lmwang@gmail.com wrote:
> ping it also, I can update to master if it's necessary.
>
>> From: Limin Wang <lance.lmwang@gmail.com>
>> 
>> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
>> ---
>>  doc/filters.texi | 3 +++
>>  1 file changed, 3 insertions(+)
>> 
>> diff --git a/doc/filters.texi b/doc/filters.texi
>> index 5db8e0302f..b0e951c9f9 100644
>> --- a/doc/filters.texi
>> +++ b/doc/filters.texi
>> @@ -13159,6 +13159,9 @@ It accepts the following values:
>>  @item yuv420
>>  force YUV420 output
>> 
>> +@item yuv420p10
>> +force YUV420p10 output
>> +

Does the overlay filter supports yuv420p10 output?

Thanks,
Marton
Lance Wang Aug. 17, 2019, 3:38 p.m. UTC | #3
On Sat, Aug 17, 2019 at 05:27:23PM +0200, Marton Balint wrote:
> 
> On Sat, 17 Aug 2019, Limin Wang wrote:
> 
> >On Thu, Jun 06, 2019 at 03:09:59PM +0800, lance.lmwang@gmail.com wrote:
> >ping it also, I can update to master if it's necessary.
> >
> >>From: Limin Wang <lance.lmwang@gmail.com>
> >>
> >>Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
> >>---
> >> doc/filters.texi | 3 +++
> >> 1 file changed, 3 insertions(+)
> >>
> >>diff --git a/doc/filters.texi b/doc/filters.texi
> >>index 5db8e0302f..b0e951c9f9 100644
> >>--- a/doc/filters.texi
> >>+++ b/doc/filters.texi
> >>@@ -13159,6 +13159,9 @@ It accepts the following values:
> >> @item yuv420
> >> force YUV420 output
> >>
> >>+@item yuv420p10
> >>+force YUV420p10 output
> >>+
> 
> Does the overlay filter supports yuv420p10 output?

Yes, they're serial patches, patch#1-#5 are support it.

> 
> Thanks,
> Marton
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
diff mbox

Patch

diff --git a/doc/filters.texi b/doc/filters.texi
index 5db8e0302f..b0e951c9f9 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -13159,6 +13159,9 @@  It accepts the following values:
 @item yuv420
 force YUV420 output
 
+@item yuv420p10
+force YUV420p10 output
+
 @item yuv422
 force YUV422 output