You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
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:
committed by
Michael Niedermayer
parent
034b31df2c
commit
ff995e2b6f
@@ -2936,7 +2936,7 @@ The width and height of the drawn box.
|
|||||||
The thickness 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
|
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
|
@end table
|
||||||
|
|
||||||
@@ -3035,7 +3035,7 @@ The width and height of the drawn cell.
|
|||||||
The thickness 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
|
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
|
@end table
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user