summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-02-05 17:58:14 +0100
committerwm4 <wm4@nowhere>2016-02-05 18:05:38 +0100
commit1aa2ae5404d134815eddcb3f146a9c1f8bbfc2e9 (patch)
tree7dbd2ea26246c8ff11d7597b73f7d3f6a97e46f5 /options
parent2b58738545bdf86177515c6776ac9c36c2a742fb (diff)
downloadmpv-1aa2ae5404d134815eddcb3f146a9c1f8bbfc2e9.tar.bz2
mpv-1aa2ae5404d134815eddcb3f146a9c1f8bbfc2e9.tar.xz
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.
Diffstat (limited to 'options')
-rw-r--r--options/options.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/options/options.c b/options/options.c
index b839f3a7c9..0377854c0e 100644
--- a/options/options.c
+++ b/options/options.c
@@ -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",