From 80416b34a2cbf554d257171fa71f1e371355a5d4 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 26 Jun 2017 11:46:36 +0200 Subject: player: document where the magic "encoding" section name is used --- player/configfiles.c | 1 + 1 file changed, 1 insertion(+) diff --git a/player/configfiles.c b/player/configfiles.c index 03892ae577..54b7587936 100644 --- a/player/configfiles.c +++ b/player/configfiles.c @@ -54,6 +54,7 @@ static void load_all_cfgfiles(struct MPContext *mpctx, char *section, talloc_free(cf); } +// This name is used in builtin.conf to force encoding defaults (like ao/vo). #define SECT_ENCODE "encoding" void mp_parse_cfgfiles(struct MPContext *mpctx) -- cgit v1.2.3