summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-25 21:44:48 +0200
committerwm4 <wm4@nowhere>2015-05-25 21:44:48 +0200
commit6bfbd4ebdcadd5c94e4e47ba9712bf550293274f (patch)
tree4886e04b321924fc99083b0744f079065a0b6c8e /DOCS/interface-changes.rst
parent449cdfc0ffc365b121136f5b93907a8f219fedb6 (diff)
downloadmpv-6bfbd4ebdcadd5c94e4e47ba9712bf550293274f.tar.bz2
mpv-6bfbd4ebdcadd5c94e4e47ba9712bf550293274f.tar.xz
command: change the hwdec properties
Another very minor step towards property/option unification. Not bothering with interface compatibility here.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index aff7aa2926..5e773ba5f2 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -20,6 +20,11 @@ Interface changes
::
--- mpv 0.10.0 will be released ---
+ - completely change how the hwdec properties work:
+ - "hwdec" now reflects the --hwdec option
+ - "hwdec-detected" does partially what the old "hwdec" property did
+ (and also, "detected-hwdec" is removed)
+ - "hwdec-active" is added
- add protocol-list property
- deprecate audio-samplerate and audio-channels properties
(audio-params sub-properties are the replacement)