]> git.sesse.net Git - ffmpeg/commitdiff
doc/filters: Fix texi syntax
authorJean Delvare <khali@linux-fr.org>
Wed, 26 Jun 2013 13:50:55 +0000 (15:50 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 26 Jun 2013 19:23:20 +0000 (21:23 +0200)
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>
doc/filters.texi

index 81e216a1171b06a261184fe5672a13c32c697a7e..1b1d13fa7ff456faa5ee8eb94178b36cbb5dff63 100644 (file)
@@ -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