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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/conf.h') diff --git a/src/conf.h b/src/conf.h index 5e191815..95bdb4d0 100644 --- a/src/conf.h +++ b/src/conf.h @@ -64,6 +64,7 @@ #define CONF_ID3V1_ENCODING "id3v1_encoding" #define CONF_METADATA_TO_USE "metadata_to_use" #define CONF_SAVE_ABSOLUTE_PATHS "save_absolute_paths_in_playlists" +#define CONF_DECODER "decoder" #define CONF_GAPLESS_MP3_PLAYBACK "gapless_mp3_playback" #define CONF_BOOL_UNSET -1 -- cgit v1.2.3