summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2020-10-16 11:06:37 +0200
committersfan5 <sfan5@live.de>2020-10-16 17:48:05 +0200
commit3d9d041a1114cd892ba1b9ba25d3e684cf4fc65f (patch)
tree375922d74020591c24377df96405b347bd1d60e3 /DOCS/man
parentb8104a013d958e3f177891b22949fc2e66eab955 (diff)
downloadmpv-3d9d041a1114cd892ba1b9ba25d3e684cf4fc65f.tar.bz2
mpv-3d9d041a1114cd892ba1b9ba25d3e684cf4fc65f.tar.xz
command: expose underlying pixfmt for hwdec
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/input.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index bce4da018e..6167da776e 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -2299,6 +2299,10 @@ Property list
The pixel format as string. This uses the same names as used in other
places of mpv.
+ ``video-params/hw-pixelformat``
+ The underlying pixel format as string. This is relevant for some cases
+ of hardware decoding and unavailable otherwise.
+
``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
@@ -2357,6 +2361,7 @@ Property list
MPV_FORMAT_NODE_MAP
"pixelformat" MPV_FORMAT_STRING
+ "hw-pixelformat" MPV_FORMAT_STRING
"w" MPV_FORMAT_INT64
"h" MPV_FORMAT_INT64
"dw" MPV_FORMAT_INT64