Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2011-09-23 15:54:43 +0400
committerStefano Sabatini <stefasab@gmail.com>2011-09-24 14:36:27 +0400
commitd7d587db626863866b71e04134c3ed82db480817 (patch)
treeec79567667906c37d86ce868b8ea239f16af59fd /doc/filters.texi
parent9569a3c9f41387a8c7d1ce97d8693520477a66c3 (diff)
vf_drawtext: fix missed update in docs
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 36ba75cc02..4df49d96a3 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -822,7 +822,7 @@ drawtext="fontfile=/usr/share/fonts/truetype/freefont/FreeSerif.ttf: text='Test
@end example
@item
-will draw 'Test Text' with font FreeSerif of size 24 at position x=100
+Draw 'Test Text' with font FreeSerif of size 24 at position x=100
and y=50 (counting from the top-left corner of the screen), text is
yellow with a red box around it. Both the text and the box have an
opacity of 20%.