[FFmpeg-cvslog] pad: fix example explanation
Stefano Sabatini
git at videolan.org
Mon Apr 11 04:12:09 CEST 2011
ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Sat Apr 9 13:50:01 2011 +0200| [aeefbf61c0dbed2977c919ea0ef22f2536ee1e48] | committer: Anton Khirnov
pad: fix example explanation
"row" and "column" term positions in the explanation were inverted.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Signed-off-by: Anton Khirnov <anton at khirnov.net>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aeefbf61c0dbed2977c919ea0ef22f2536ee1e48
---
doc/filters.texi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index c2e5aed..1a26f10 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -752,7 +752,7 @@ For example:
@example
# Add paddings with color "violet" to the input video. Output video
# size is 640x480, the top-left corner of the input video is placed at
-# row 0, column 40.
+# column 0, row 40.
pad=640:480:0:40:violet
@end example
More information about the ffmpeg-cvslog
mailing list