aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2023-05-25 12:40:08 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2023-05-25 12:40:08 +0530
commit944243477b91ede33a61d359b9262b38aaa51d81 (patch)
treeed8cc05627771cd3e7b4d42f806771f4aee85f9c
parent43ace8f2bc29faf335e31b9893e6b8928ba3f541 (diff)
downloadffmpeg-944243477b91ede33a61d359b9262b38aaa51d81.tar.gz
doc/filters: clarify requirements for subtitles wrap_unicode option
-rw-r--r--doc/filters.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 6c5b61d763..6471972402 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -22442,9 +22442,9 @@ Override default style or script info parameters of the subtitles. It accepts a
string containing ASS style format @code{KEY=VALUE} couples separated by ",".
@item wrap_unicode
-Break lines according to the Unicode Line Breaking Algorithm. Only available
-since libass version 0x01600010, and whether it's usable depends on the built
-of libass.
+Break lines according to the Unicode Line Breaking Algorithm. Availability requires
+at least libass release 0.17.0 (or LIBASS_VERSION 0x01600010), @emph{and} libass must
+have been built with libunibreak.
The option is enabled by default except for native ASS.
@end table