diff options
author | N.N. <sevyves@users.sourceforge.net> | 2010-08-08 03:31:57 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2010-08-08 03:31:57 +0000 |
commit | e9473e64c1902092d0798e97e0eadbc123c68195 (patch) | |
tree | c78614cece4cbabf6a61e9bb9c6fd20e8574623a /mp3cast~/mp3cast~.c | |
parent | 6658293009a282332bc3fd9eee6820b273985dd0 (diff) |
i don't get it was not fixed before, this code of matthes
svn path=/trunk/externals/unauthorized/; revision=13771
Diffstat (limited to 'mp3cast~/mp3cast~.c')
-rw-r--r-- | mp3cast~/mp3cast~.c | 10 |
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";
|