[FFmpeg-cvslog] doc/filters: add forgotten " to zoompan example
Lou Logan
git at videolan.org
Wed Jun 11 22:02:27 CEST 2014
ffmpeg | branch: master | Lou Logan <lou at lrcd.com> | Wed Jun 11 12:01:05 2014 -0800| [edeefeaaf9b6b36a3ce1f9069c35845a3f0f8ba7] | committer: Lou Logan
doc/filters: add forgotten " to zoompan example
Signed-off-by: Lou Logan <lou at lrcd.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=edeefeaaf9b6b36a3ce1f9069c35845a3f0f8ba7
---
doc/filters.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 157adcd..e325bb5 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
More information about the ffmpeg-cvslog
mailing list