diff options
author | Jean Delvare <khali@linux-fr.org> | 2013-06-26 15:50:55 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-06-26 21:23:20 +0200 |
commit | ff995e2b6f254f9c736cccdd4988296617ef0fe6 (patch) | |
tree | 62afbe1e16daa85af633cc67b6f0541d7292231f | |
parent | 034b31df2cd05751f7242887192292777f779bbd (diff) | |
download | ffmpeg-ff995e2b6f254f9c736cccdd4988296617ef0fe6.tar.gz |
doc/filters: Fix texi syntax
Commit f1efaf837117718e3b4c96336fe9b5f686b1fe30 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>
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 81e216a117..1b1d13fa7f 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -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 |