[FFmpeg-cvslog] doc/filters: clarify requirements for subtitles wrap_unicode option

Gyan Doshi git at videolan.org
Thu May 25 10:12:23 EEST 2023


ffmpeg | branch: master | Gyan Doshi <ffmpeg at gyani.pro> | Thu May 25 12:58:08 2023 +0530| [944243477b91ede33a61d359b9262b38aaa51d81] | committer: Gyan Doshi

doc/filters: clarify requirements for subtitles wrap_unicode option

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=944243477b91ede33a61d359b9262b38aaa51d81
---

 doc/filters.texi | 6 +++---
 1 file 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



More information about the ffmpeg-cvslog mailing list