summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-05 01:10:48 +0200
committerwm4 <wm4@nowhere>2014-06-05 01:10:48 +0200
commitb4c1699aafc7be95d06d0c5936d2b77234d2ec2d (patch)
tree8c3181939ea4b25b572dd75e5da26ddefd99d405 /DOCS
parent015399f6967c683eb27265f81c4e93a61bc1b389 (diff)
downloadmpv-b4c1699aafc7be95d06d0c5936d2b77234d2ec2d.tar.bz2
mpv-b4c1699aafc7be95d06d0c5936d2b77234d2ec2d.tar.xz
sub: remove old style override option
Didn't work too well.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/options.rst7
1 files changed, 1 insertions, 6 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index fac446c0ba..6504da8c9e 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -162,18 +162,13 @@ OPTIONS
Using this option may lead to incorrect subtitle rendering.
-``--ass-style-override=<yes|no|force|force-default>``
+``--ass-style-override=<yes|no|force>``
Control whether user style overrides should be applied.
:yes: Apply all the ``--ass-*`` style override options. Changing the default
for any of these options can lead to incorrect subtitle rendering
(default).
:no: Render subtitles as forced by subtitle scripts.
- :force-default: Like ``yes``, but also override the style named ``Default``
- to make it look like the like text subtitle style implied by the
- ``--sub-text-...`` option. This won't always work, because the
- dialogue style doesn't necessary use this name, and it might break
- other advanced uses of the ASS format.
:force: Try to force the font style as defined by the ``--sub-text-*``
options. Requires a modified libass, can break rendering easily.
Probably more reliable than ``force``.