summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-03 12:46:26 +0200
committerwm4 <wm4@nowhere>2016-09-03 12:46:32 +0200
commitece86d1061d17bd6c3d778029ca2cec1478b9539 (patch)
tree098f03b312a2a96f1eae87e8a10e21fa10d262e9 /DOCS
parentc92450d7fb62adcfde79e96b893a5740d99049d7 (diff)
downloadmpv-ece86d1061d17bd6c3d778029ca2cec1478b9539.tar.bz2
mpv-ece86d1061d17bd6c3d778029ca2cec1478b9539.tar.xz
config: deprecate ao and vo auto-profiles
These never made any sense. They checked the --vo/--ao option, and applied the profile corresponding to the first entry. So the only way to get any use of those was to use the --ao or --vo option explicitly. You can get the same functionality by making a manual profile, making these force the ao/vo, and then using --profile on command line instead of --vo/--ao.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index ca7bec9b71..28319986d3 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -49,6 +49,7 @@ Interface changes
- deprecate --vo-defaults (no replacement)
- remove the vo-cmdline command. You can set OpenGL renderer options
directly via properties instead.
+ - deprecate the ao and vo auto-profiles (they never made any sense)
--- mpv 0.20.0 ---
- add --image-display-duration option - this also means that image duration
is not influenced by --mf-fps anymore in the general case (this is an