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:
parent
5bef735cf5
commit
24f551bc75
1 changed files with 3 additions and 3 deletions
|
@ -27,9 +27,9 @@
|
|||
extern struct codec_api *ci;
|
||||
extern long mem_ptr;
|
||||
extern long bufsize;
|
||||
extern unsigned char* mp3buf; // The actual MP3 buffer from Rockbox
|
||||
extern unsigned char* mallocbuf; // 512K from the start of MP3 buffer
|
||||
extern unsigned char* filebuf; // The rest of the MP3 buffer
|
||||
extern unsigned char* mp3buf; /* The actual MP3 buffer from Rockbox */
|
||||
extern unsigned char* mallocbuf; /* The free space after the codec in the codec buffer */
|
||||
extern unsigned char* filebuf; /* The rest of the MP3 buffer */
|
||||
|
||||
/* Standard library functions that are used by the codecs follow here */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue