aboutsummaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-15 18:35:19 +0100
committerMax Kellermann <max@duempel.org>2009-02-15 18:35:19 +0100
commit6cfacc778c11565adc5af75cfa4579c1b6925c93 (patch)
tree33ff5133731d4164e3c64dc82bb34989d3dab6f2 /src/conf.h
parentdec5d48f80428575c7a1b9eeba961b0055156500 (diff)
decoder_list: added configuration block "decoder"
The "decoder" configuration block may contain the configuration of one decoder plugin.
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h1
1 files changed, 1 insertions, 0 deletions
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