summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-17 02:06:08 +0200
committerwm4 <wm4@nowhere>2014-10-17 02:06:08 +0200
commit41b2927f39f08f54039093746e1d1eded826101e (patch)
tree0842aa5ab060a50ae14d95851fe5467a2e1aac54 /DOCS
parentca038d9a228f33bef7420abadce76e9e6f57fbb6 (diff)
downloadmpv-41b2927f39f08f54039093746e1d1eded826101e.tar.bz2
mpv-41b2927f39f08f54039093746e1d1eded826101e.tar.xz
sub: adjustments to --ass-style-override option
Now requires newest libass git. Since this feature wasn't part of a libass release yet, I'm not bothering making the mpv code compatible with as how it was previously implemented (it will just be disabled with any older libass). CC: @mpv-player/stable (because mpv-build uses libass git, and this breaks the feature)
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 59c934a7c3..44cbbaaf57 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1171,6 +1171,7 @@ Subtitles
:yes: Apply all the ``--ass-*`` style override options. Changing the default
for any of these options can lead to incorrect subtitle rendering
(default).
+ :signfs: like ``yes``, but apply ``--sub-scale`` only to signs
:no: Render subtitles as forced by subtitle scripts.
:force: Try to force the font style as defined by the ``--sub-text-*``
options. Requires a modified libass, can break rendering easily.