[FFmpeg-cvslog] doc/filters: fix scale example equivalence.

Clément Bœsch git at videolan.org
Wed May 1 04:58:15 CEST 2013


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Wed May  1 04:46:12 2013 +0200| [14f45bcbe73fad40d13bdbd0c76b2b5ca8e40f16] | committer: Clément Bœsch

doc/filters: fix scale example equivalence.

scale=w=200:h=100 and scale=w=200:h=100 are of course equivalent...

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=14f45bcbe73fad40d13bdbd0c76b2b5ca8e40f16
---

 doc/filters.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 85c3361..89d3dd7 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -5445,7 +5445,7 @@ scale=w=200:h=100
 
 This is equivalent to:
 @example
-scale=w=200:h=100
+scale=200:100
 @end example
 
 or:



More information about the ffmpeg-cvslog mailing list