mirror of
https://github.com/mpv-player/mpv
synced 2025-01-13 18:45:25 +00:00
options: set fs=yes by default on RPI, and change RPI defaults handling
The main reason for changing the fullscreen default is that not doing it would change the vo_rpi default behavior with the previous commit.
This commit is contained in:
parent
2b58738545
commit
1aa2ae5404
@ -820,10 +820,6 @@ const struct MPOpts mp_default_opts = {
|
||||
|
||||
.mf_fps = 1.0,
|
||||
|
||||
#if HAVE_RPI
|
||||
.hwdec_api = -1,
|
||||
#endif
|
||||
|
||||
.display_tags = (char **)(const char*[]){
|
||||
"Artist", "Album", "Album_Artist", "Comment", "Composer", "Genre",
|
||||
"Performer", "Title", "Track", "icy-title", "service_name",
|
||||
|
@ -97,6 +97,11 @@ const char mp_help_text[] =
|
||||
"\n";
|
||||
|
||||
static const char def_config[] =
|
||||
#if HAVE_RPI
|
||||
"hwdec=rpi\n"
|
||||
"fullscreen=yes\n"
|
||||
#endif
|
||||
"\n"
|
||||
"[pseudo-gui]\n"
|
||||
"terminal=no\n"
|
||||
"force-window=yes\n"
|
||||
|
Loading…
Reference in New Issue
Block a user