Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLou Logan <lou@lrcd.com>2014-06-12 00:01:05 +0400
committerLou Logan <lou@lrcd.com>2014-06-12 00:01:05 +0400
commitedeefeaaf9b6b36a3ce1f9069c35845a3f0f8ba7 (patch)
tree70a066527d903b47a5c2601c7ce40f5e673ce65a /doc
parent0180c4692864ca396f0cc13b33f2e219bf48be78 (diff)
doc/filters: add forgotten " to zoompan example
Signed-off-by: Lou Logan <lou@lrcd.com>
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 157adcda7b..e325bb519b 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -8930,7 +8930,7 @@ display aspect ratio
@item
Zoom-in up to 1.5 and pan at same time to some spot near center of picture:
@example
-zoompan=z=min(zoom+0.0015\,1.5):d=700:x=if(gte(zoom\,1.5)\,x\,x+1/a):y=if(gte(zoom\,1.5)\,y\,y+1):s=640x360"
+"zoompan=z=min(zoom+0.0015\,1.5):d=700:x=if(gte(zoom\,1.5)\,x\,x+1/a):y=if(gte(zoom\,1.5)\,y\,y+1):s=640x360"
@end example
@end itemize