From 6cfacc778c11565adc5af75cfa4579c1b6925c93 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 15 Feb 2009 18:35:19 +0100 Subject: decoder_list: added configuration block "decoder" The "decoder" configuration block may contain the configuration of one decoder plugin. --- src/conf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/conf.c') diff --git a/src/conf.c b/src/conf.c index 7560c02ba..3f58d61aa 100644 --- a/src/conf.c +++ b/src/conf.c @@ -210,6 +210,7 @@ void config_global_init(void) registerConfigParam(CONF_ID3V1_ENCODING, 0, 0); registerConfigParam(CONF_METADATA_TO_USE, 0, 0); registerConfigParam(CONF_SAVE_ABSOLUTE_PATHS, 0, 0); + registerConfigParam(CONF_DECODER, true, true); registerConfigParam(CONF_GAPLESS_MP3_PLAYBACK, 0, 0); } -- cgit v1.2.3