From: Stefano Sabatini <[email protected]> "row" and "column" term positions in the explanation were inverted.
Signed-off-by: Stefano Sabatini <[email protected]> --- doc/filters.texi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 952b80c..33e621a 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 -- 1.7.0.4 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
