diff mbox series

[FFmpeg-devel] doc/filters/crop: drop unmatched quote in example

Message ID 20230511100420.393265-1-andrey_utkin@fastmail.com
State Accepted
Commit ceb050427c4c6758e6e0ffb2b82e5a76917a1d63
Headers show
Series [FFmpeg-devel] doc/filters/crop: drop unmatched quote in example | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andriy Utkin May 11, 2023, 10:04 a.m. UTC
Commit 55b81528a991 ("doc/filters: itemize crop examples") dropped the
quotation marks from these examples, but this one remained. Quotes are
actually needed to put the example into a command line or a program, but
removing it here makes the example consistent with the document.
---
 doc/filters.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gyan Doshi May 11, 2023, 10:22 a.m. UTC | #1
On 2023-05-11 03:34 pm, Andriy Utkin wrote:
> Commit 55b81528a991 ("doc/filters: itemize crop examples") dropped the
> quotation marks from these examples, but this one remained. Quotes are
> actually needed to put the example into a command line or a program, but
> removing it here makes the example consistent with the document.

Will apply.

Regards,
Gyan


> ---
>   doc/filters.texi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/filters.texi b/doc/filters.texi
> index 206fb23785..b6e13afdfd 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -10697,7 +10697,7 @@ crop=in_w/2:in_h/2:(in_w-out_w)/2+((in_w-out_w)/2)*sin(n/10):(in_h-out_h)/2 +((i
>   @item
>   Apply erratic camera effect depending on timestamp:
>   @example
> -crop=in_w/2:in_h/2:(in_w-out_w)/2+((in_w-out_w)/2)*sin(t*10):(in_h-out_h)/2 +((in_h-out_h)/2)*sin(t*13)"
> +crop=in_w/2:in_h/2:(in_w-out_w)/2+((in_w-out_w)/2)*sin(t*10):(in_h-out_h)/2 +((in_h-out_h)/2)*sin(t*13)
>   @end example
>   
>   @item
Gyan Doshi May 11, 2023, 10:26 a.m. UTC | #2
Applied as ceb050427c4c6758e6e0ffb2b82e5a76917a1d63

Thanks,
Gyan

On 2023-05-11 03:52 pm, Gyan Doshi wrote:
>
>
> On 2023-05-11 03:34 pm, Andriy Utkin wrote:
>> Commit 55b81528a991 ("doc/filters: itemize crop examples") dropped the
>> quotation marks from these examples, but this one remained. Quotes are
>> actually needed to put the example into a command line or a program, but
>> removing it here makes the example consistent with the document.
>
> Will apply.
>
> Regards,
> Gyan
>
>
>> ---
>>   doc/filters.texi | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/doc/filters.texi b/doc/filters.texi
>> index 206fb23785..b6e13afdfd 100644
>> --- a/doc/filters.texi
>> +++ b/doc/filters.texi
>> @@ -10697,7 +10697,7 @@ 
>> crop=in_w/2:in_h/2:(in_w-out_w)/2+((in_w-out_w)/2)*sin(n/10):(in_h-out_h)/2 
>> +((i
>>   @item
>>   Apply erratic camera effect depending on timestamp:
>>   @example
>> -crop=in_w/2:in_h/2:(in_w-out_w)/2+((in_w-out_w)/2)*sin(t*10):(in_h-out_h)/2 
>> +((in_h-out_h)/2)*sin(t*13)"
>> +crop=in_w/2:in_h/2:(in_w-out_w)/2+((in_w-out_w)/2)*sin(t*10):(in_h-out_h)/2 
>> +((in_h-out_h)/2)*sin(t*13)
>>   @end example
>>     @item
>
> _______________________________________________
> 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 series

Patch

diff --git a/doc/filters.texi b/doc/filters.texi
index 206fb23785..b6e13afdfd 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -10697,7 +10697,7 @@  crop=in_w/2:in_h/2:(in_w-out_w)/2+((in_w-out_w)/2)*sin(n/10):(in_h-out_h)/2 +((i
 @item
 Apply erratic camera effect depending on timestamp:
 @example
-crop=in_w/2:in_h/2:(in_w-out_w)/2+((in_w-out_w)/2)*sin(t*10):(in_h-out_h)/2 +((in_h-out_h)/2)*sin(t*13)"
+crop=in_w/2:in_h/2:(in_w-out_w)/2+((in_w-out_w)/2)*sin(t*10):(in_h-out_h)/2 +((in_h-out_h)/2)*sin(t*13)
 @end example
 
 @item