From 630006277448bfa023a4de2c5f56cbd24f027052 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 30 Sep 2012 13:03:08 +0200 Subject: lavfi/transpose: add support to named options and shortands Allow extensibility. --- doc/filters.texi | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index d9e73b38cc..e5774a1c1b 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3519,8 +3519,11 @@ Default mode is @code{merge}. Transpose rows with columns in the input video and optionally flip it. -It accepts a parameter representing an integer, which can assume the -values: +This filter accepts the following named parameters: + +@table @option +@item dir +Specify the transposition direction. Can assume the following values: @table @samp @item 0, 4 @@ -3558,6 +3561,7 @@ l.r l.L For values between 4-7 transposition is only done if the input video geometry is portrait and not landscape. +@end table @section unsharp -- cgit v1.2.3