summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-03-14 17:32:20 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-03-14 17:32:20 +0000
commitd6b7423d4574469b150d099ea8a1efb9c882ff34 (patch)
tree04b1f699d45e6d8c26b190788368355151972ca1
parent6caa7a554c634ec2649332bc661fc765d4084255 (diff)
downloadxine-lib-d6b7423d4574469b150d099ea8a1efb9c882ff34.tar.gz
xine-lib-d6b7423d4574469b150d099ea8a1efb9c882ff34.tar.bz2
whoups #-))
CVS patchset: 1571 CVS date: 2002/03/14 17:32:20
-rw-r--r--src/input/input_net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_net.c b/src/input/input_net.c
index 5148c3e85..cdb0c383a 100644
--- a/src/input/input_net.c
+++ b/src/input/input_net.c
@@ -71,7 +71,7 @@ extern int errno;
#endif
#define NET_BS_LEN 2324
-#define PREBUF_SIZE 10000000
+#define PREBUF_SIZE 100000
typedef struct {
input_plugin_t input_plugin;