[FFmpeg-cvslog] pad: fix example explanation
Stefano Sabatini
git at videolan.org
Thu Apr 7 17:53:15 CEST 2011
ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Thu Apr 7 17:45:31 2011 +0200| [4f29941194dd0ed06aa375e437b48e3031125e59] | committer: Stefano Sabatini
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>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4f29941194dd0ed06aa375e437b48e3031125e59
---
doc/filters.texi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 306522c..5d63b5b 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -984,7 +984,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