summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-05-21 14:58:40 +0200
committerwm4 <wm4@nowhere>2018-05-24 19:56:35 +0200
commit160e5c8377840ddc5cb80ab28a897c46f46851d2 (patch)
tree3e11fe7e956e022eceddf9419f863e5b6a1a7086 /DOCS
parent455af6aa68a96fa38f17174c35e95e13098886e0 (diff)
downloadmpv-160e5c8377840ddc5cb80ab28a897c46f46851d2.tar.bz2
mpv-160e5c8377840ddc5cb80ab28a897c46f46851d2.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 177cc908fd..b6dead571f 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -122,6 +122,8 @@ Interface changes
network streams should not freeze the player core (only playback in
uncached regions), and differing behavior should be reported as a bug.
If --demuxer-thread=no is used, there are no guarantees.
+ - 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