summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-01 20:01:29 +0200
committerwm4 <wm4@nowhere>2016-09-01 20:01:29 +0200
commit192a7344d91de24d486effba73383b1c2790acc2 (patch)
treefed5027846645fe63726f438ca2f63f94a0e582f /DOCS
parente4e1dc3c79e192d6c4476a2b52f9ca890385d433 (diff)
downloadmpv-192a7344d91de24d486effba73383b1c2790acc2.tar.bz2
mpv-192a7344d91de24d486effba73383b1c2790acc2.tar.xz
command: remove 2 deprecated properties
They were delcared to be removed in mpv 0.20.0, and the next release will be 0.21.0.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
-rw-r--r--DOCS/man/input.rst18
2 files changed, 1 insertions, 18 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 0b94f89963..478285a394 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -32,6 +32,7 @@ Interface changes
- "fps" -> "container-fps"
- "idle" -> "idle-active"
the old names are deprecated
+ - remove deprecated "hwdec-active" and "hwdec-detected" properties
--- mpv 0.20.0 ---
- add --image-display-duration option - this also means that image duration
is not influenced by --mf-fps anymore in the general case (this is an
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index defe6166bd..baeb1703d9 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1331,24 +1331,6 @@ Property list
multiple interop drivers for the same hardware decoder, depending on
platform and VO.
-``hwdec-active``
- Deprecated. To be removed in mpv 0.20.0. Use ``hwdec-current`` instead.
-
- Return ``yes`` or ``no``, depending on whether any type of hardware decoding
- is actually in use.
-
-``hwdec-detected``
- Deprecated. To be removed in mpv 0.20.0.
-
- If hardware decoding is active, this returns the hardware decoder in use.
- Otherwise, it returns either ``no``, or if applicable, the currently loaded
- hardware decoding API. This is known only once the VO has opened (and
- possibly later). With some VOs (like ``opengl``), this is never known in
- advance, but only when the decoder attempted to create the hw decoder
- successfully. Also, hw decoders with ``-copy`` suffix will return ``no``
- while no video is being decoded. All this reflects how detecting hw decoders
- are detected and used internally in mpv.
-
``video-format``
Video format as string.