---
src/decoder/vorbis_plugin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/decoder/vorbis_plugin.c b/src/decoder/vorbis_plugin.c
index 60162f1..d4f81e9 100644
--- a/src/decoder/vorbis_plugin.c
+++ b/src/decoder/vorbis_plugin.c
@@ -47,6 +47,7 @@
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "vorbis"
+#define OGG_CHUNK_SIZE 4096
#if G_BYTE_ORDER == G_BIG_ENDIAN
#define OGG_DECODE_USE_BIGENDIAN 1
@@ -246,7 +247,6 @@ vorbis_stream_decode(struct decoder *decoder,
int current_section;
int prev_section = -1;
long ret;
-#define OGG_CHUNK_SIZE 4096
char chunk[OGG_CHUNK_SIZE];
long bitRate = 0;
long test;
--
1.6.2.2
------------------------------------------------------------------------------
_______________________________________________
Musicpd-dev-team mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team