diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-11-02 18:53:38 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-11-02 18:53:38 +0000 |
commit | bc3019dc696a1a384e11097f11e1d5bc10dc87cd (patch) | |
tree | 742165fc3c7403c6bf0032e94b4148632aa49562 /src/conf.h | |
parent | d89a48aaa2ed85f346eae8fb0e4f345ef76d8501 (diff) | |
download | mpd-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 '')
-rw-r--r-- | src/conf.h | 6 |
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 { |