summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndriy Utkin <andrey_utkin@fastmail.com>2023-05-11 11:04:20 +0100
committerGyan Doshi <ffmpeg@gyani.pro>2023-05-11 15:54:15 +0530
commitceb050427c4c6758e6e0ffb2b82e5a76917a1d63 (patch)
treee165da47c506711cd38b67ca6ecb2b4d0d81068b /doc
parent0412e1dc802bb70141ce50c553132dc39c4b5f00 (diff)
downloadffmpeg-ceb050427c4c6758e6e0ffb2b82e5a76917a1d63.tar.gz
doc/filters/crop: drop unmatched quote in example
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
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