From 944243477b91ede33a61d359b9262b38aaa51d81 Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Thu, 25 May 2023 12:40:08 +0530 Subject: [PATCH] doc/filters: clarify requirements for subtitles wrap_unicode option --- 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