diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-05-01 11:15:18 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-05-01 11:17:02 +0200 |
commit | 5f3f03f5dd99b8f9efac65830d87c8f958356639 (patch) | |
tree | 0efee61d3d2662bfcc7d9719e1239eb1750aec69 /doc/filters.texi | |
parent | 08c4dec5d3f3ecfcbe913be971e1e1443039c0e1 (diff) | |
download | ffmpeg-5f3f03f5dd99b8f9efac65830d87c8f958356639.tar.gz |
doc/filters: use @var{} for denoting parameter reference in drawtext docs
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 9db3342478..5a8cd606ea 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1347,7 +1347,7 @@ of UTF-8 encoded characters. This parameter is mandatory if no text string is specified with the parameter @var{text}. -If both text and textfile are specified, an error is thrown. +If both @var{text} and @var{textfile} are specified, an error is thrown. @item x, y The expressions which specify the offsets where text will be drawn |