aboutsummaryrefslogtreecommitdiffstats
path: root/src/ogg_decode.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-05-10 20:49:35 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-05-10 20:49:35 +0000
commit33d112499dffd6b5a11639daf01eb31da660a78e (patch)
tree2b725fa70cb285ce8a0b86661262b9b64e8c893c /src/ogg_decode.c
parent76af5b2f90e5a2c7a310d649c6bd36ca08c69dfa (diff)
downloadmpd-33d112499dffd6b5a11639daf01eb31da660a78e.tar.gz
mpd-33d112499dffd6b5a11639daf01eb31da660a78e.tar.xz
mpd-33d112499dffd6b5a11639daf01eb31da660a78e.zip
some debug code
git-svn-id: https://svn.musicpd.org/mpd/trunk@978 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/ogg_decode.c')
-rw-r--r--src/ogg_decode.c2
1 files changed, 1 insertions, 1 deletions
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;