summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/input.rst40
1 files changed, 0 insertions, 40 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 22b53b3feb..6d6b64c1ad 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -2401,26 +2401,6 @@ Property list
Similar to ``ao-volume``, but controls the mute state. May be unimplemented
even if ``ao-volume`` works.
-``audio-codec-info``
- Audio codec information.
-
- ``audio-codec-info/name``
- The codec name used by this track, for example ``aac``.
-
- ``audio-codec-info/desc``
- The codec descriptive name used by this track.
-
- ``audio-codec-info/profile``
- The codec profile used by this track. Available only if the track has
- been already decoded.
-
- ::
-
- MPV_FORMAT_NODE_MAP
- "name" MPV_FORMAT_STRING
- "desc" MPV_FORMAT_STRING
- "profile" MPV_FORMAT_STRING
-
``audio-params``
Audio format as output by the audio decoder.
This has a number of sub-properties:
@@ -2504,26 +2484,6 @@ Property list
multiple interop drivers for the same hardware decoder, depending on
platform and VO.
-``video-codec-info``
- Video codec information.
-
- ``video-codec-info/name``
- The codec name used by this track, for example ``h264``.
-
- ``video-codec-info/desc``
- The codec descriptive name used by this track.
-
- ``video-codec-info/profile``
- The codec profile used by this track. Available only if the track has
- been already decoded.
-
- ::
-
- MPV_FORMAT_NODE_MAP
- "name" MPV_FORMAT_STRING
- "desc" MPV_FORMAT_STRING
- "profile" MPV_FORMAT_STRING
-
``width``, ``height``
Video size. This uses the size of the video as decoded, or if no video
frame has been decoded yet, the (possibly incorrect) container indicated