diff options
author | Nils Wallménius <nils@rockbox.org> | 2008-11-06 18:49:11 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2008-11-06 18:49:11 +0000 |
commit | 24f551bc75fab703240db78bd01565d486b19c0c (patch) | |
tree | 3e7d34b44b7d51e3b5bf5ee2b7bad8a2424ffc34 /apps/codecs/lib/codeclib.h | |
parent | 5bef735cf5abcc3358cdd867f41ac423d04c0d83 (diff) |
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
Diffstat (limited to 'apps/codecs/lib/codeclib.h')
-rw-r--r-- | apps/codecs/lib/codeclib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/codecs/lib/codeclib.h b/apps/codecs/lib/codeclib.h index 477818a23d..6e92e29417 100644 --- a/apps/codecs/lib/codeclib.h +++ b/apps/codecs/lib/codeclib.h @@ -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 */ |