[FFmpeg-cvslog] vf_drawtext: fix missed update in docs
Stefano Sabatini
git at videolan.org
Sat Sep 24 12:42:09 CEST 2011
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Sep 23 13:54:43 2011 +0200| [d7d587db626863866b71e04134c3ed82db480817] | committer: Stefano Sabatini
vf_drawtext: fix missed update in docs
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d7d587db626863866b71e04134c3ed82db480817
---
doc/filters.texi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 36ba75c..4df49d9 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%.
More information about the ffmpeg-cvslog
mailing list