mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 10:17:31 +00:00
options: remove weird RPI-only fullscreen default
As announced by interface-changes.rst.
This commit is contained in:
parent
51fd8f6fe1
commit
a8b8295f8d
@ -223,7 +223,6 @@ const struct m_sub_options vo_sub_opts = {
|
|||||||
.window_scale = 1.0,
|
.window_scale = 1.0,
|
||||||
.x11_bypass_compositor = 2,
|
.x11_bypass_compositor = 2,
|
||||||
.mmcss_profile = "Playback",
|
.mmcss_profile = "Playback",
|
||||||
.fullscreen = HAVE_RPI ? 1 : 0,
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user