pad: fix example explanation

"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>
This commit is contained in:
Stefano Sabatini 2011-04-09 13:50:01 +02:00 committed by Anton Khirnov
parent 3eccfaa012
commit aeefbf61c0
1 changed files with 1 additions and 1 deletions

View 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