options: remove not relevant props from default watch-later-options

Removes:
--border
--fullscreen
--ontop
--osd-level
--pause

Those options are not really content related. I don't see much gain to
save them per each watch later entry.
This commit is contained in:
Kacper Michajłow 2023-10-01 18:15:21 +02:00 committed by Dudemanguy
parent 5b4a119267
commit cb30c497c2
2 changed files with 2 additions and 5 deletions

View File

@ -118,6 +118,8 @@ Interface changes
- change the way display names are retrieved on macOS, usage of options and properties
`--fs-screen-name`, `--screen-name` and `display-names` needs to be adjusted
- remove OpenGL cocoa backend that was deprecated in 0.29
- remove `--border`, `--fullscreen`, `--ontop`, `--osd-level` and `--pause`
from default `--watch-later-options`
--- mpv 0.36.0 ---
- add `--target-contrast`
- Target luminance value is now also applied when ICC profile is used.

View File

@ -1043,16 +1043,11 @@ static const struct MPOpts mp_default_opts = {
.watch_later_options = (char *[]){
"start",
"osd-level",
"speed",
"edition",
"pause",
"volume",
"mute",
"audio-delay",
"fullscreen",
"ontop",
"border",
"gamma",
"brightness",
"contrast",