mirror of https://git.ffmpeg.org/ffmpeg.git
doc/filters: Fix texi syntax
Commit f1efaf8371
used parentheses
instead of curly braces in texi syntax, resulting in warnings when
the documentation is generated. Fix that.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
034b31df2c
commit
ff995e2b6f
|
@ -2936,7 +2936,7 @@ The width and height of the drawn box.
|
|||
The thickness of the drawn box.
|
||||
|
||||
These constants allow the @var{x}, @var{y}, @var{w}, @var{h} and @var{t} expressions to refer to
|
||||
each other, so you may for example specify @code(y=x/dar} or @code(h=w/dar).
|
||||
each other, so you may for example specify @code{y=x/dar} or @code{h=w/dar}.
|
||||
|
||||
@end table
|
||||
|
||||
|
@ -3035,7 +3035,7 @@ The width and height of the drawn cell.
|
|||
The thickness of the drawn cell.
|
||||
|
||||
These constants allow the @var{x}, @var{y}, @var{w}, @var{h} and @var{t} expressions to refer to
|
||||
each other, so you may for example specify @code(y=x/dar} or @code(h=w/dar).
|
||||
each other, so you may for example specify @code{y=x/dar} or @code{h=w/dar}.
|
||||
|
||||
@end table
|
||||
|
||||
|
|
Loading…
Reference in New Issue