summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-12-09 19:51:29 +0100
committerwm4 <wm4@nowhere>2016-12-09 19:51:29 +0100
commitc324bfab594cc9228f699d86c74e2b0da049bf58 (patch)
tree089de6b1c55cabbe780a0da2beaecec15ef38fdc /DOCS/interface-changes.rst
parent0eb87e1baff89e7a979df23f31ca918f9d107e44 (diff)
downloadmpv-c324bfab594cc9228f699d86c74e2b0da049bf58.tar.bz2
mpv-c324bfab594cc9228f699d86c74e2b0da049bf58.tar.xz
charset_conv: simplify and change --sub-codepage option
As documented in interface-changes.rst. This makes it much easier to follow what the heck is going on. Whether this is adequate for real-world use is unknown.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index cf53a934a1..a33968307e 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -36,6 +36,12 @@ Interface changes
- remove --vo-defaults and --ao-defaults as well
- remove deprecated global sub-options (like -demuxer-rawaudio format=...),
use flat options (like --demuxer-rawaudio-format=...)
+ - the --sub-codepage option changes in incompatible ways:
+ - detector-selection and fallback syntax is deprecated
+ - enca/libguess are removed and deprecated (behaves as if they hadn't
+ been compiled-in)
+ - --sub-codepage=<codepage> does not force the codepage anymore
+ (this requires different and new syntax)
--- mpv 0.22.0 ---
- the "audio-device-list" property now sets empty device description to the
device name as a fallback