From e9473e64c1902092d0798e97e0eadbc123c68195 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sun, 8 Aug 2010 03:31:57 +0000 Subject: i don't get it was not fixed before, this code of matthes svn path=/trunk/externals/unauthorized/; revision=13771 --- mp3cast~/mp3cast~.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mp3cast~') 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"; -- cgit v1.2.1