summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-05-02 00:56:30 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-05-03 10:29:08 +0200
commit126ba1626e84bdb52b0c272b9c7219c62117721c (patch)
treea58101fc012f6883a47aa4b39d0cd6121e1081f0 /doc/filters.texi
parent4f19e50c2352a199cfe79820b1b4942c1d2d9d61 (diff)
lavfi/drawtext: give a new alias "timecode_rate" to the the r/rate option
The option is related to the timecode, the new name clearly specifies the context. Also it allows to list the option close to the other timecode options.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 9182704273..79e3ae703f 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1329,9 +1329,6 @@ Default value is "render".
For more information consult the documentation for the FT_LOAD_*
libfreetype flags.
-@item rate, r
-Set the timecode frame rate (timecode only).
-
@item shadowcolor
The color to be used for drawing a shadow behind the drawn text. It
can be a color name (e.g. "yellow") or a string in the 0xRRGGBB[AA]
@@ -1349,9 +1346,12 @@ Default value is 4.
@item timecode
Set the initial timecode representation in "hh:mm:ss[:;.]ff"
-format. It can be used with or without text parameter. @var{rate}
+format. It can be used with or without text parameter. @var{timecode_rate}
option must be specified.
+@item timecode_rate, rate, r
+Set the timecode frame rate (timecode only).
+
@item text
The text string to be drawn. The text must be a sequence of UTF-8
encoded characters.