removed an extra codec_api struct pointer and the function setting it

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7117 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-07-12 10:10:02 +00:00
parent a19acbdadd
commit 7ba03e6279
3 changed files with 12 additions and 18 deletions

View file

@ -24,7 +24,7 @@
extern int mem_ptr;
extern int bufsize;
extern unsigned char* mallocbuf; // 512K from the start of MP3 buffer
extern unsigned char* mallocbuf; /* 512K from the start of MP3 buffer */
void* codec_malloc(size_t size);
void* codec_calloc(size_t nmemb, size_t size);