[FFmpeg-devel] [PATCH] doc/filters: Fix texi syntax

Jean Delvare khali at linux-fr.org
Wed Jun 26 15:50:55 CEST 2013


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 at linux-fr.org>
Cc: Michael Niedermayer <michaelni at gmx.at>
---
 doc/filters.texi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- ffmpeg.orig/doc/filters.texi	2013-06-26 15:42:02.471473791 +0200
+++ ffmpeg/doc/filters.texi	2013-06-26 15:42:49.030474481 +0200
@@ -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
 


-- 
Jean Delvare


More information about the ffmpeg-devel mailing list