summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Utkin <andrey.od.utkin@gmail.com>2015-12-01 21:15:53 +0200
committerLou Logan <lou@lrcd.com>2015-12-01 15:25:17 -0900
commit648b26acc5e25ab40c43fddc54b50e9f0b13ebd8 (patch)
treecae8526b737bf908ba750a9ef72457490a138d24
parent2f5075f5513fdec21ddba802af0f2433fcfd430e (diff)
doc/filters/drawtext: fix centering example
Signed-off-by: Andrey Utkin <andrey.od.utkin@gmail.com> Signed-off-by: Lou Logan <lou@lrcd.com>
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index dcb382886d..b3ab84a35e 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -5605,7 +5605,7 @@ within the parameter list.
@item
Show the text at the center of the video frame:
@example
-drawtext="fontsize=30:fontfile=FreeSerif.ttf:text='hello world':x=(w-text_w)/2:y=(h-text_h-line_h)/2"
+drawtext="fontsize=30:fontfile=FreeSerif.ttf:text='hello world':x=(w-text_w)/2:y=(h-text_h)/2"
@end example
@item