summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-01-31 04:21:02 +0100
committerwm4 <wm4@nowhere>2018-02-01 10:21:55 +0100
commit8b3306924d1b80ed85907449ffa2549946e8b137 (patch)
treec4696b0af7fb2ef363d40696b370e6ce24c3b275 /DOCS/man/input.rst
parent4b567aeac8d1741b14bf2ee363a5434a4877565e (diff)
downloadmpv-8b3306924d1b80ed85907449ffa2549946e8b137.tar.bz2
mpv-8b3306924d1b80ed85907449ffa2549946e8b137.tar.xz
codecs: remove unused family field
MPlayer used this to distinguish multiple decoder wrappers (such as libavcodec vs. binary codec loader vs. builtin decoders). It lost meaning in mpv as non-libavcodec things were dropped. Now it doesn't serve any purpose anymore. Parsing was removed quite a while ago, and the recent filter change removed any use of the internal family field. Get rid of it.
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 188858d86d..28146f29e2 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -2104,9 +2104,6 @@ Property list
List of decoders supported. This lists decoders which can be passed to
``--vd`` and ``--ad``.
- ``family``
- Decoder driver. Usually ``lavc`` for libavcodec.
-
``codec``
Canonical codec name, which identifies the format the decoder can
handle.
@@ -2127,7 +2124,6 @@ Property list
MPV_FORMAT_NODE_ARRAY
MPV_FORMAT_NODE_MAP (for each decoder entry)
- "family" MPV_FORMAT_STRING
"codec" MPV_FORMAT_STRING
"driver" MPV_FORMAT_STRING
"description" MPV_FORMAT_STRING