aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mp3cast~/mp3cast~.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/mp3cast~/mp3cast~.c b/mp3cast~/mp3cast~.c
index 5df3ec4..0568443 100644
--- a/mp3cast~/mp3cast~.c
+++ b/mp3cast~/mp3cast~.c
@@ -1,4 +1,4 @@
-/* ------------------------ mp3cast~ ---------------------------------------- */
+/* -------------------------- mp3cast~ ---------------------------------------- */
/* */
/* Tilde object to send mp3-stream to shoutcast/icecast server. */
/* Written by Olaf Matthes (olaf.matthes@gmx.de). */
@@ -25,9 +25,9 @@
/* be found at http://www.cdex.n3.net. */
/* */
/* ---------------------------------------------------------------------------- */
-
-
-
+
+
+
#ifdef _MSC_VER
#pragma warning( disable : 4244 )
#pragma warning( disable : 4305 )
@@ -72,7 +72,7 @@
#define MY_MP3_MALLOC_OUT_SIZE 1.25*MY_MP3_MALLOC_IN_SIZE+7200
#define MAXDATARATE 320 /* maximum mp3 data rate is 320kbit/s */
-#define STRBUF_SIZE 32
+#define STRBUF_SIZE 1024
static char *mp3cast_version = "mp3cast~: mp3 streamer version 0.5, written by Yves Degoyon";