From 476445e161d62e50f4b78a628efa242a442b062e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Sun, 1 Oct 2023 18:15:21 +0200 Subject: [PATCH] options: remove --ontop and --border from default watch-later-options Those options are not really content related. I don't see much gain to save them per each watch later entry. --- DOCS/interface-changes.rst | 1 + options/options.c | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst index c75a9a15da3c0..c285dc96d8a21 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -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. diff --git a/options/options.c b/options/options.c index e16a3a8d7dada..ac37e84b6299a 100644 --- a/options/options.c +++ b/options/options.c @@ -1041,8 +1041,6 @@ static const struct MPOpts mp_default_opts = { "mute", "audio-delay", "fullscreen", - "ontop", - "border", "gamma", "brightness", "contrast",