summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-10-01 19:29:48 +0200
committerDudemanguy <random342@airmail.cc>2023-11-12 21:25:22 +0000
commite669493e6e339900404b704372e61503899d1420 (patch)
treef2bf021766ee5505e736a3b0bd1419502b79a01b /DOCS/interface-changes.rst
parentcb30c497c201b142c4874794dbd982ff79556773 (diff)
downloadmpv-e669493e6e339900404b704372e61503899d1420.tar.bz2
mpv-e669493e6e339900404b704372e61503899d1420.tar.xz
options: add more properties to default watch-later-options
Adds: --secondary-sub-visibility --video-aspect-method --video-unscaled --video-pan-x --video-pan-y --video-rotate --video-crop --video-zoom --video-scale-x --video-scale-y --video-align-x --video-align-y Those properties are related to playback state and are likely expected to be restored when resuming playback.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 027f43dce8..dd692aedee 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -120,6 +120,7 @@ Interface changes
- remove OpenGL cocoa backend that was deprecated in 0.29
- remove `--border`, `--fullscreen`, `--ontop`, `--osd-level` and `--pause`
from default `--watch-later-options`
+ - add `--video-*` and `--secondary-sub-visibility` to default `--watch-later-options`
--- mpv 0.36.0 ---
- add `--target-contrast`
- Target luminance value is now also applied when ICC profile is used.