OSDN Git Service

pad: fix example explanation
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 9 Apr 2011 11:50:01 +0000 (13:50 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 10 Apr 2011 07:27:01 +0000 (09:27 +0200)
"row" and "column" term positions in the explanation were inverted.

Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
doc/filters.texi

index c2e5aed..1a26f10 100644 (file)
@@ -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