aboutsummaryrefslogtreecommitdiffstats
path: root/src/ogg_decode.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-05-10 22:31:23 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-05-10 22:31:23 +0000
commit69a0b86173f0bbe58753c912075bb3ee382417db (patch)
tree734201a4c79fbb576346edea8f367d03ec30ccfa /src/ogg_decode.c
parent33d112499dffd6b5a11639daf01eb31da660a78e (diff)
downloadmpd-69a0b86173f0bbe58753c912075bb3ee382417db.tar.gz
mpd-69a0b86173f0bbe58753c912075bb3ee382417db.tar.xz
mpd-69a0b86173f0bbe58753c912075bb3ee382417db.zip
trash XMMS resampling, use ESD's instead, don't understand it, but it works
git-svn-id: https://svn.musicpd.org/mpd/trunk@979 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-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 39f3bd89e..cda00e6cb 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 64
+#define OGG_CHUNK_SIZE 4096
char chunk[OGG_CHUNK_SIZE];
int chunkpos = 0;
long bitRate = 0;