summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/blip_buffer.c
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-08-07 20:28:47 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-08-07 20:28:47 +0000
commitb8ae97fe586c2cbefc8a229fe54c17b27331b20b (patch)
tree4cd708ba8bc9b3c06fc43f5f157d1faaadfbe2d6 /apps/codecs/libgme/blip_buffer.c
parentacb0917556fc33681c1df5a530cf754193e67705 (diff)
downloadrockbox-b8ae97fe586c2cbefc8a229fe54c17b27331b20b.tar.gz
rockbox-b8ae97fe586c2cbefc8a229fe54c17b27331b20b.zip
Fix yellow and red. Disable NSF, VGM, SGC and KSS formats for low memory targets for now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30265 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libgme/blip_buffer.c')
-rw-r--r--apps/codecs/libgme/blip_buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libgme/blip_buffer.c b/apps/codecs/libgme/blip_buffer.c
index 3061f68573..2a015d75c4 100644
--- a/apps/codecs/libgme/blip_buffer.c
+++ b/apps/codecs/libgme/blip_buffer.c
@@ -27,7 +27,7 @@ int const silent_buf_size = 1; // size used for Silent_Blip_Buffer
27 27
28void Blip_init( struct Blip_Buffer* this ) 28void Blip_init( struct Blip_Buffer* this )
29{ 29{
30 this->factor_ = LONG_MAX; 30 this->factor_ = (blip_ulong)LONG_MAX;
31 this->offset_ = 0; 31 this->offset_ = 0;
32 this->buffer_size_ = 0; 32 this->buffer_size_ = 0;
33 this->sample_rate_ = 0; 33 this->sample_rate_ = 0;