command: change the hwdec properties

Another very minor step towards property/option unification.

Not bothering with interface compatibility here.
This commit is contained in:
wm4
2015-05-25 21:44:48 +02:00
parent 449cdfc0ff
commit 6bfbd4ebdc
3 changed files with 68 additions and 46 deletions

View File

@@ -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)