diff mbox

[FFmpeg-devel] doc/filters: fix overlay_opencl document typo

Message ID 20191101084513.8152-1-lq@chinaffmpeg.org
State Accepted
Commit 2dd71bf95e369b6c03fd6f5c66ff1d143e752192
Headers show

Commit Message

Steven Liu Nov. 1, 2019, 8:45 a.m. UTC
Reported-by: Yabo Wei <weiyabo@kuaishou.com>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
---
 doc/filters.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gyan Doshi Nov. 1, 2019, 9:10 a.m. UTC | #1
On 01-11-2019 02:15 PM, Steven Liu wrote:
> Reported-by: Yabo Wei <weiyabo@kuaishou.com>
> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
> ---
>   doc/filters.texi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/filters.texi b/doc/filters.texi
> index 9d387be1f5..a6ff5037a6 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -20503,7 +20503,7 @@ Set the x coordinate of the overlaid video on the main video.
>   Default value is @code{0}.
>   
>   @item y
> -Set the x coordinate of the overlaid video on the main video.
> +Set the y coordinate of the overlaid video on the main video.
>   Default value is @code{0}.
>   
>   @end table

LGTM.

Gyan
Steven Liu Nov. 1, 2019, 9:31 a.m. UTC | #2
> 在 2019年11月1日,17:10,Gyan <ffmpeg@gyani.pro> 写道:
> 
> 
> 
> On 01-11-2019 02:15 PM, Steven Liu wrote:
>> Reported-by: Yabo Wei <weiyabo@kuaishou.com>
>> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
>> ---
>>  doc/filters.texi | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/doc/filters.texi b/doc/filters.texi
>> index 9d387be1f5..a6ff5037a6 100644
>> --- a/doc/filters.texi
>> +++ b/doc/filters.texi
>> @@ -20503,7 +20503,7 @@ Set the x coordinate of the overlaid video on the main video.
>>  Default value is @code{0}.
>>    @item y
>> -Set the x coordinate of the overlaid video on the main video.
>> +Set the y coordinate of the overlaid video on the main video.
>>  Default value is @code{0}.
>>    @end table
> 
> LGTM.
Applied.
> 
> Gyan
> _______________________________________________
> 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".

Thanks
Steven
diff mbox

Patch

diff --git a/doc/filters.texi b/doc/filters.texi
index 9d387be1f5..a6ff5037a6 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -20503,7 +20503,7 @@  Set the x coordinate of the overlaid video on the main video.
 Default value is @code{0}.
 
 @item y
-Set the x coordinate of the overlaid video on the main video.
+Set the y coordinate of the overlaid video on the main video.
 Default value is @code{0}.
 
 @end table