[FFmpeg-cvslog] doc/filters: Fix texi syntax

Jean Delvare git at videolan.org
Wed Jun 26 21:29:57 CEST 2013


ffmpeg | branch: master | Jean Delvare <khali at linux-fr.org> | Wed Jun 26 15:50:55 2013 +0200| [ff995e2b6f254f9c736cccdd4988296617ef0fe6] | committer: Michael Niedermayer

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 at linux-fr.org>
Cc: Michael Niedermayer <michaelni at gmx.at>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ff995e2b6f254f9c736cccdd4988296617ef0fe6
---

 doc/filters.texi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 81e216a..1b1d13f 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
 



More information about the ffmpeg-cvslog mailing list