summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-02-29 20:55:44 +0100
committerwm4 <wm4@nowhere>2016-02-29 20:56:08 +0100
commit0a1e926670a5563df788f9c732a93e3230d86182 (patch)
tree1ca336f3893859fdd40aff32597484fcd136ed8c /DOCS/interface-changes.rst
parent041c9f1782cbed4abf7793f4e72b8b29b2fd9b1b (diff)
downloadmpv-0a1e926670a5563df788f9c732a93e3230d86182.tar.bz2
mpv-0a1e926670a5563df788f9c732a93e3230d86182.tar.xz
command: export more information under track-list
Export a number of container fields, which may or may not be useful in some scenarios. They are explicitly marked as originating from the demuxer, in order to make it explicit that they might be unreliable. I'd actually like to remove all other cases where container information is exported, but those numerous cases are going to be somewhat hard to deprecate. Also, not directly related, export the description of the currently active decoder. (This has been requested before.)
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 4217de86fc..1298c24d6d 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -19,6 +19,9 @@ Interface changes
::
+ --- mpv 0.17.0 ---
+ - deprecate "track-list/N/audio-channels" property (use
+ "track-list/N/demux-channel-count" instead)
--- mpv 0.16.0 ---
- change --audio-channels default to stereo (use --audio-channels=auto to
get the old default)