summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorDan Oscarsson <DanOscarsson@users.noreply.github.com>2016-10-02 17:08:14 +0200
committerwm4 <wm4@nowhere>2016-10-03 16:57:04 +0200
commit7debdde9b91833e63b800181d8d3aaf3099bdfaa (patch)
tree94aa175e2826178afe84e5a07dddca949abea395 /DOCS/interface-changes.rst
parent81d125efd8f66f560ee5e169bfd641daf64be1db (diff)
downloadmpv-7debdde9b91833e63b800181d8d3aaf3099bdfaa.tar.bz2
mpv-7debdde9b91833e63b800181d8d3aaf3099bdfaa.tar.xz
options: rename subtitle options
Rename the text subtitle options from --sub-text- to --sub- and --ass- options to --sub-ass-. The intention is to common sub options to prefixed --sub- and special ASS option be seen as a special version of sub options. The OSD options that work like the --sub- options are still named --osd-. Man page updated including a short note about renamed --sub-text-* and --ass-* options to --sub-* and --sub-ass-*.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 53e6ee016e..1e27edfe03 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -66,6 +66,8 @@ Interface changes
- deprecate --playlist-pos option, renamed to --playlist-start
- deprecate the --chapter option, as it is redundant with --start/--end,
and conflicts with the semantics of the "chapter" property
+ - rename --sub-text-* to --sub-* and --ass-* to --sub-ass-* (old options
+ deprecated)
- incompatible change to cdda:// protocol options: the part after cdda://
now always sets the device, not the span or speed to be played. No
separating extra "/" is needed. The hidden --cdda-device options is also