diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-03-14 17:32:20 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-03-14 17:32:20 +0000 |
commit | d6b7423d4574469b150d099ea8a1efb9c882ff34 (patch) | |
tree | 04b1f699d45e6d8c26b190788368355151972ca1 /src | |
parent | 6caa7a554c634ec2649332bc661fc765d4084255 (diff) | |
download | xine-lib-d6b7423d4574469b150d099ea8a1efb9c882ff34.tar.gz xine-lib-d6b7423d4574469b150d099ea8a1efb9c882ff34.tar.bz2 |
whoups #-))
CVS patchset: 1571
CVS date: 2002/03/14 17:32:20
Diffstat (limited to 'src')
-rw-r--r-- | src/input/input_net.c | 2 |
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; |