summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/input.rst
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2014-04-24 17:56:26 +0200
committerMartin Herkt <lachs0r@srsfckn.biz>2014-05-04 02:46:11 +0200
commit2b7bc2dfc9265861bf0d05caf8c1f99ab09a4f1f (patch)
treef1000855d5576a23a545510283a696598124cd17 /DOCS/man/en/input.rst
parent8d7d6caeaf7901cd63596d17efbde3133699fcdf (diff)
downloadmpv-2b7bc2dfc9265861bf0d05caf8c1f99ab09a4f1f.tar.bz2
mpv-2b7bc2dfc9265861bf0d05caf8c1f99ab09a4f1f.tar.xz
options: rename audio-related options/properties
Renamed options: --audiofile → --audio-file --audiofile-cache → --audio-file-cache --channels → --audio-channels --format → --audio-format --srate → --audio-samplerate Renamed properties: samplerate → audio-samplerate channels → audio-channels
Diffstat (limited to 'DOCS/man/en/input.rst')
-rw-r--r--DOCS/man/en/input.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst
index cb2361f27e..d776082191 100644
--- a/DOCS/man/en/input.rst
+++ b/DOCS/man/en/input.rst
@@ -822,10 +822,10 @@ Property list
``audio-bitrate``
Audio bitrate. This is probably a very bad guess in most cases.
-``samplerate``
+``audio-samplerate``
Audio samplerate.
-``channels``
+``audio-channels``
Number of audio channels. The OSD value of this property is actually the
channel layout, while the raw value returns the number of channels only.