diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-01-18 18:36:35 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-01-18 19:03:58 +0100 |
commit | 44d5a28b7d9e937b45150a498584aff417dba9f3 (patch) | |
tree | 17d60ed54eb2210ee3147d2a4992eef4cf11b416 /doc | |
parent | fd165ace7b2791af75c74652364d47957d4ea932 (diff) | |
download | ffmpeg-44d5a28b7d9e937b45150a498584aff417dba9f3.tar.gz |
doc/filters: avoid @example for showing the drawbox shorthand syntax
Improve overall consistency.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index da7e816364..be65350c91 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1865,10 +1865,8 @@ Set the thickness of the box edge. Default value is @code{4}. @end table If the key of the first options is omitted, the arguments are -interpreted according to the following syntax: -@example -drawbox=@var{x}:@var{y}:@var{width}:@var{height}:@var{color}:@var{thickness} -@end example +interpreted according to the syntax +@var{x}:@var{y}:@var{width}:@var{height}:@var{color}:@var{thickness}. Some examples follow: @itemize |