Skip to content

Commit

Permalink
options: remove --ontop and --border from default watch-later-options
Browse files Browse the repository at this point in the history
Those options are not really content related. I don't see much gain to
save them per each watch later entry.
  • Loading branch information
kasper93 committed Oct 1, 2023
1 parent d64201c commit 476445e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions DOCS/interface-changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Interface changes
- remove `--scaler-lut-size`
- deprecate shared-script-properties (user-data is a replacement)
- add `--backdrop-type` option
- remove `--ontop` and `--border` from default `--watch-later-options`
--- mpv 0.36.0 ---
- add `--target-contrast`
- Target luminance value is now also applied when ICC profile is used.
Expand Down
2 changes: 0 additions & 2 deletions options/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -1041,8 +1041,6 @@ static const struct MPOpts mp_default_opts = {
"mute",
"audio-delay",
"fullscreen",
"ontop",
"border",
"gamma",
"brightness",
"contrast",
Expand Down

0 comments on commit 476445e

Please sign in to comment.