summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-03-23 15:33:51 +0100
committerwm4 <wm4@nowhere>2018-03-26 19:47:08 +0200
commit5532d8cffe98817ac223187b7daad2f1d8d9c085 (patch)
treed56b883c7103173c3c4a924a0755806d45f2eaa1 /DOCS
parent98f871a26162b6dc86c02467119bcd0ae90d917a (diff)
downloadmpv-5532d8cffe98817ac223187b7daad2f1d8d9c085.tar.bz2
mpv-5532d8cffe98817ac223187b7daad2f1d8d9c085.tar.xz
command: remove an old compatibility hack
Was removed 3 releases ago and was spamming warning messages that it'll be dropped, so it's fine to remove it now.
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 cfe58036db..268a34c686 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -80,6 +80,8 @@ Interface changes
certain unreliable video metadata. Also flip the defaults of all builtin
HW deinterlace filters to always deinterlace.
- change vf_vavpp default to use the best deinterlace algorithm by default
+ - remove a compatibility hack that allowed CLI aliases to be set as property
+ (such as "sub-file"), deprecated in mpv 0.26.0
--- mpv 0.28.0 ---
- rename --hwdec=mediacodec option to mediacodec-copy, to reflect
conventions followed by other hardware video decoding APIs