mirror of https://github.com/mpv-player/mpv
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:
parent
5b4a119267
commit
cb30c497c2
|
@ -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.
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue