aboutsummaryrefslogtreecommitdiffstats
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-06-19 21:50:26 +0200
committerPaul B Mahol <onemda@gmail.com>2023-06-19 22:35:53 +0200
commitea190b8a2385ae527c2539ab63e668d02ca56b00 (patch)
tree8fe60f3105a06adff99af06ef59e3fcbc80da532 /doc/filters.texi
parent01420316d281f3daadf1079159bf5430553c8818 (diff)
downloadffmpeg-ea190b8a2385ae527c2539ab63e668d02ca56b00.tar.gz
avfilter/vf_drawtext: use flags type of option for text_align
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 3afcc23b6a..5972145763 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -12386,7 +12386,7 @@ Set the line spacing in pixels. The default value of @var{line_spacing} is 0.
@item text_align
Set the vertical and horizontal alignment of the text with respect to the box boundaries.
-The value must contain exactly two letters, one for the vertical alignment (T=top,
+The value is combination of flags, one for the vertical alignment (T=top,
M=middle, B=bottom) and one for the horizontal alignment (L=left, C=center, R=right).
Please note that tab characters are only supported with the left horizontal alignment.