summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-05-21 14:58:40 +0200
committerJan Ekström <jeebjp@gmail.com>2018-05-31 01:24:51 +0300
commit935846fc40abdffe53366baf3a81cfb0e0fccd95 (patch)
tree0e1b14d1d94e30bea0b90bcd2904ca1d52c0b31f /DOCS
parent45f8d767b93894d34094a6a9987cb0544141928c (diff)
downloadmpv-935846fc40abdffe53366baf3a81cfb0e0fccd95.tar.bz2
mpv-935846fc40abdffe53366baf3a81cfb0e0fccd95.tar.xz
player: remove deprecated vo/ao auto profiles
These were deprecated almost 2 years ago. Now they happen to be in the way.
Diffstat (limited to 'DOCS')
-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 7ef91c431e..625918bd8b 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -105,6 +105,8 @@ Interface changes
internal counter that remembered the current position.
- edition and disc title switching will now fully reload playback (may have
consequences for scripts, client API, or when using file-local options)
+ - remove deprecated ao/vo auto profiles. Consider using scripts like
+ auto-profiles.lua instead.
--- mpv 0.28.0 ---
- rename --hwdec=mediacodec option to mediacodec-copy, to reflect
conventions followed by other hardware video decoding APIs