summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2021-10-02 18:45:27 +0300
committerDudemanguy <random342@airmail.cc>2021-10-02 16:55:13 +0000
commit5304e9fe31d5c1059199fea0655e6e3eabb93b3e (patch)
treeaff9c20c41fcda9f23633f7af29d850be365fdfa /DOCS
parent64fa440c697b9b8e96e14e33f7e79c6674c5b1a3 (diff)
downloadmpv-5304e9fe31d5c1059199fea0655e6e3eabb93b3e.tar.bz2
mpv-5304e9fe31d5c1059199fea0655e6e3eabb93b3e.tar.xz
Revert "player: add track-list/N/image sub-property"
Unfortunately, this functionality in large part based on a struct member that was made private in FFmpeg/FFmpeg@7489f632815c98ad58c3db71d1a5239b5dae266c in May. Unfortunately, this was not noticed during review. This reverts commit 0862664ac952d21fef531a8923a58ae575268fc5.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
-rw-r--r--DOCS/man/input.rst11
2 files changed, 4 insertions, 8 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index d5b986aa2d..ee84bc8f1c 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -43,7 +43,6 @@ Interface changes
- add a `--watch-later-options` option to allow configuring which
options quit-watch-later saves
- make `current-window-scale` writeable and use it in the default input.conf
- - add ``track-list/N/image`` sub-property
--- mpv 0.33.0 ---
- add `--d3d11-exclusive-fs` flag to enable D3D11 exclusive fullscreen mode
when the player enters fullscreen.
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 5f9a5230af..cd360d600b 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -2838,13 +2838,11 @@ Property list
``track-list/N/lang``
Track language as identified by the file. Not always available.
- ``track-list/N/image``
- ``yes``/true if this is a video track that consists of a single
- picture, ``no``/false or unavailable otherwise.
-
``track-list/N/albumart``
- ``yes``/true if this is an image embedded in an audio file or external
- cover art, ``no``/false or unavailable otherwise.
+ ``yes``/true if this is a video track that consists of a single
+ picture, ``no``/false or unavailable otherwise. This is used for video
+ tracks that are really images embedded in audio files and for external
+ cover art.
``track-list/N/default``
``yes``/true if the track has the default flag set in the file,
@@ -2938,7 +2936,6 @@ Property list
"src-id" MPV_FORMAT_INT64
"title" MPV_FORMAT_STRING
"lang" MPV_FORMAT_STRING
- "image" MPV_FORMAT_FLAG
"albumart" MPV_FORMAT_FLAG
"default" MPV_FORMAT_FLAG
"forced" MPV_FORMAT_FLAG