From ecf2f747edae9ffc3eb0057958da41915cbfac19 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 22 Jun 2005 02:47:54 +0000 Subject: Daniel's fix that loads codecs in their own memory space git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6794 a1c6a512-1295-4272-9138-f99709370657 --- apps/playback.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/playback.c') diff --git a/apps/playback.c b/apps/playback.c index b2a31bf..f384a23 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -119,10 +119,10 @@ static const char codec_thread_name[] = "codec"; static volatile bool filling; /* Ring buffer where tracks and codecs are loaded. */ -char *codecbuf; +static char *codecbuf; /* Total size of the ring buffer. */ -int codecbuflen; +static int codecbuflen; /* Bytes available in the buffer. */ static volatile int codecbufused; -- cgit v1.1