aboutsummaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-10-23 01:04:58 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-10-23 01:04:58 +0000
commit12597322a2c4a1271249eb66192bfb6f0e1294e5 (patch)
tree201e8b5d6ded1df66e19951df617214369bc4acc /src/conf.c
parent413bf61ea1c3beaee98197e8d759ac2375ce51ef (diff)
configure shout encoding quality and audio format
git-svn-id: https://svn.musicpd.org/mpd/trunk@2307 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/conf.c b/src/conf.c
index d61d638b..a89a1e33 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -37,7 +37,7 @@
#define CONF_COMMENT '#'
-#define CONF_NUMBER_OF_PARAMS 42
+#define CONF_NUMBER_OF_PARAMS 43
#define CONF_NUMBER_OF_PATHS 6
#define CONF_NUMBER_OF_REQUIRED 5
#define CONF_NUMBER_OF_ALLOW_CATS 1
@@ -138,7 +138,8 @@ char ** readConf(char * file) {
"shout_name",
"shout_user",
"shout_quality",
- "id3v1_encoding"
+ "id3v1_encoding",
+ "shout_format"
};
int conf_absolutePaths[CONF_NUMBER_OF_PATHS] = {