aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLou Logan <lou@lrcd.com>2014-06-11 12:56:04 -0800
committerLou Logan <lou@lrcd.com>2014-06-14 12:52:40 -0800
commit3fc37a3d2f1338a2878eb883526b67645e79121c (patch)
tree4e3661efe1962e6ee7030867c701cb837a5131cc
parentb065d0014be37094b872246b7126997700c839c7 (diff)
downloadffmpeg-3fc37a3d2f1338a2878eb883526b67645e79121c.tar.gz
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>
-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