summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-10 21:16:34 +0100
committerwm4 <wm4@nowhere>2015-01-10 21:16:34 +0100
commite96c08ecb542fc7dc670cc9fd4abb6feb1679d15 (patch)
tree6fedc8c082b63bb0b686d09db3bf90669319b1f3 /DOCS/man/input.rst
parente5f2072364ac450e0f593f534ddee2ae1a8f2176 (diff)
downloadmpv-e96c08ecb542fc7dc670cc9fd4abb6feb1679d15.tar.bz2
mpv-e96c08ecb542fc7dc670cc9fd4abb6feb1679d15.tar.xz
command: fix property naming convention
Use "-" instead of "_" as separator.
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index ede28b07bf..02274716bd 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1119,12 +1119,12 @@ Property list
The pixel format as string. This uses the same names as used in other
places of mpv.
- ``video-params/average_bpp``
+ ``video-params/average-bpp``
Average bits-per-pixel as integer. Subsampled planar formats use a
different resolution, which is the reason this value can sometimes be
odd or confusing. Can be unavailable with some formats.
- ``video-params/plane_depth``
+ ``video-params/plane-depth``
Bit depth for each color component as integer. This is only exposed
for planar or single-component formats, and is unavailable for other
formats.