From 4db5224b4773c48d9699f21f8bb4629b176fe43b Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Thu, 20 May 2004 03:44:33 +0000 Subject: ogg stream playing! some non-blocking seek bug fixes git-svn-id: https://svn.musicpd.org/mpd/trunk@1105 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/inputStream_http.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/inputStream_http.c') diff --git a/src/inputStream_http.c b/src/inputStream_http.c index 0080792ad..3e97b8ffa 100644 --- a/src/inputStream_http.c +++ b/src/inputStream_http.c @@ -41,6 +41,7 @@ #define HTTP_BUFFER_SIZE 524289 #define HTTP_PREBUFFER_SIZE (HTTP_BUFFER_SIZE >> 2) +//#define HTTP_PREBUFFER_SIZE 0 #define HTTP_REDIRECT_MAX 10 -- cgit v1.2.3