From 8b3306924d1b80ed85907449ffa2549946e8b137 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 31 Jan 2018 04:21:02 +0100 Subject: 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. --- DOCS/man/input.rst | 4 ---- 1 file changed, 4 deletions(-) (limited to 'DOCS/man/input.rst') 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 -- cgit v1.2.3