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

github.com/FFmpeg/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:56:04 +0400
committerLou Logan <lou@lrcd.com>2014-06-15 00:52:40 +0400
commit3fc37a3d2f1338a2878eb883526b67645e79121c (patch)
tree4e3661efe1962e6ee7030867c701cb837a5131cc /doc
parentb065d0014be37094b872246b7126997700c839c7 (diff)
doc/filters: remove double quotes from zoompan example
Based on suggested change by Clément Bœsch. Signed-off-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 216ce42ea1..63bd22e760 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