summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-22 20:05:04 +0200
committerwm4 <wm4@nowhere>2015-05-22 20:05:36 +0200
commitff0b33ac9da3bd685066843dff0ff7c8bb5342c7 (patch)
tree7cb95b8919d9b42df5cdec138954019d5255e024 /DOCS
parent450af05338fd0ea0ff33e2e03f934d7a4aa5f8fa (diff)
downloadmpv-ff0b33ac9da3bd685066843dff0ff7c8bb5342c7.tar.bz2
mpv-ff0b33ac9da3bd685066843dff0ff7c8bb5342c7.tar.xz
command: rename audio-format property
Clashes with the option.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
-rw-r--r--DOCS/man/input.rst6
2 files changed, 4 insertions, 3 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index b037588558..69cf0021a2 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -20,6 +20,7 @@ Interface changes
::
--- mpv 0.10.0 will be released ---
+ - deprecate "audio-format" property, replaced with "audio-codec-name"
- deprecate --media-title, replaced with --force-media-title
- deprecate "length" property, replaced with "duration"
- change volume property:
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 09cbe8b718..57823497ad 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1143,12 +1143,12 @@ Property list
``audio-delay`` (RW)
See ``--audio-delay``.
-``audio-format``
- Audio format as string.
-
``audio-codec``
Audio codec selected for decoding.
+``audio-codec-name``
+ Audio codec.
+
``audio-samplerate``
Audio samplerate.