summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--player/configfiles.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/player/configfiles.c b/player/configfiles.c
index 9a8e5b6853..03892ae577 100644
--- a/player/configfiles.c
+++ b/player/configfiles.c
@@ -70,10 +70,10 @@ void mp_parse_cfgfiles(struct MPContext *mpctx)
// So we "divert" normal options into a separate section, and the diverted
// section is never used - unless maybe it's explicitly referenced from an
// encoding profile.
- if (encoding) {
+ if (encoding)
section = "playback-default";
- load_all_cfgfiles(mpctx, SECT_ENCODE, "encoding-profiles.conf");
- }
+
+ load_all_cfgfiles(mpctx, SECT_ENCODE, "encoding-profiles.conf");
load_all_cfgfiles(mpctx, section, "mpv.conf|config");