From 33d112499dffd6b5a11639daf01eb31da660a78e Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Mon, 10 May 2004 20:49:35 +0000 Subject: some debug code git-svn-id: https://svn.musicpd.org/mpd/trunk@978 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/ogg_decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ogg_decode.c') diff --git a/src/ogg_decode.c b/src/ogg_decode.c index 10e90a20e..39f3bd89e 100644 --- a/src/ogg_decode.c +++ b/src/ogg_decode.c @@ -181,7 +181,7 @@ int ogg_decode(OutputBuffer * cb, DecoderControl * dc) int current_section; int eof = 0; long ret; -#define OGG_CHUNK_SIZE 2048 +#define OGG_CHUNK_SIZE 64 char chunk[OGG_CHUNK_SIZE]; int chunkpos = 0; long bitRate = 0; -- cgit v1.2.3