diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-12-15 21:02:30 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-12-15 21:02:30 +0100 |
commit | 0ebf85774be228866f1a500e903e87ae2d473701 (patch) | |
tree | 9ecc1273c29109dbabeb7f128b97e50826dc56cd /doc/filters.texi | |
parent | a871b5cc98c2c0be6945502b8dbab791fe2f550c (diff) | |
download | ffmpeg-0ebf85774be228866f1a500e903e87ae2d473701.tar.gz |
doc/filters: remove @example use for showing syntax
I forgot to merge with the previous commit.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 55a6f68c80..e168387718 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3947,11 +3947,9 @@ Default mode is @code{merge}. Transpose rows with columns in the input video and optionally flip it. The filter accepts parameters as a list of @var{key}=@var{value} -pairs, separated by ":". If the key of the first options is omitted, -the arguments are interpreted according to the following syntax: -@example -transpose=@var{dir}:@var{passthrough} -@end example +pairs, separated by ':'. If the key of the first options is omitted, +the arguments are interpreted according to the syntax +@var{dir}:@var{passthrough}. @table @option @item dir |