aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-11-02 18:53:38 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-11-02 18:53:38 +0000
commitbc3019dc696a1a384e11097f11e1d5bc10dc87cd (patch)
tree742165fc3c7403c6bf0032e94b4148632aa49562 /src/conf.h
parentd89a48aaa2ed85f346eae8fb0e4f345ef76d8501 (diff)
downloadmpd-bc3019dc696a1a384e11097f11e1d5bc10dc87cd.tar.gz
mpd-bc3019dc696a1a384e11097f11e1d5bc10dc87cd.tar.xz
mpd-bc3019dc696a1a384e11097f11e1d5bc10dc87cd.zip
make http buffer and prebuffer size configurable
git-svn-id: https://svn.musicpd.org/mpd/trunk@2479 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/conf.h b/src/conf.h
index 1c9413654..0a95335fb 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -47,13 +47,15 @@
#define CONF_PASSWORD "password"
#define CONF_DEFAULT_PERMS "default_permissions"
#define CONF_AUDIO_BUFFER_SIZE "audio_buffer_size"
-#define CONF_REPLAYGAIN "replaygain"
#define CONF_AUDIO_OUTPUT_FORMAT "audio_output_format"
+#define CONF_REPLAYGAIN "replaygain"
+#define CONF_REPLAYGAIN_PREAMP "replaygain_preamp"
#define CONF_HTTP_PROXY_HOST "http_proxy_host"
#define CONF_HTTP_PROXY_PORT "http_proxy_port"
#define CONF_HTTP_PROXY_USER "http_proxy_user"
#define CONF_HTTP_PROXY_PASSWORD "http_proxy_password"
-#define CONF_REPLAYGAIN_PREAMP "replaygain_preamp"
+#define CONF_HTTP_BUFFER_SIZE "http_buffer_size"
+#define CONF_HTTP_PREBUFFER_SIZE "http_prebuffer_size"
#define CONF_ID3V1_ENCODING "id3v1_encoding"
typedef struct _BlockParam {