1
0
Fork 0
forked from len0rd/rockbox

Correct a comment and police comment style, no functional change

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19030 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2008-11-06 18:49:11 +00:00
parent 5bef735cf5
commit 24f551bc75

View file

@ -27,9 +27,9 @@
extern struct codec_api *ci; extern struct codec_api *ci;
extern long mem_ptr; extern long mem_ptr;
extern long bufsize; extern long bufsize;
extern unsigned char* mp3buf; // The actual MP3 buffer from Rockbox extern unsigned char* mp3buf; /* The actual MP3 buffer from Rockbox */
extern unsigned char* mallocbuf; // 512K from the start of MP3 buffer extern unsigned char* mallocbuf; /* The free space after the codec in the codec buffer */
extern unsigned char* filebuf; // The rest of the MP3 buffer extern unsigned char* filebuf; /* The rest of the MP3 buffer */
/* Standard library functions that are used by the codecs follow here */ /* Standard library functions that are used by the codecs follow here */