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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2014-01-10 17:03:12 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-01-25 07:46:38 +0400
commit222fb8276dc4d32b26e939fb130165ddb6d5dddd (patch)
treec6c089e9d4164e339aa4d9718c84c7aa8d202aa8 /doc/filters.texi
parent5554c6dd455ce0aca44fea71fc6c2d77270b27a7 (diff)
lavfi/drawtext: get bitmap from glyph in a separate step
This change makes it possible to transform the glyph or get its border before turning it into a bitmap. Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 242602c35a..602814ce22 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -3594,7 +3594,7 @@ a combination of the following values:
@item no_autohint
@end table
-Default value is "render".
+Default value is "default".
For more information consult the documentation for the FT_LOAD_*
libfreetype flags.