forked from len0rd/rockbox
Renaming for the sake of consistency.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29846 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0b59079dd2
commit
1ee4e89627
3 changed files with 3 additions and 3 deletions
|
@ -174,7 +174,7 @@ void codec_get_full_path(char *path, const char *codec_root_fn)
|
|||
}
|
||||
|
||||
/* Returns pointer to and size of free codec RAM. Aligns to CACHEALIGN_SIZE. */
|
||||
void *codeclib_get_buffer(size_t *size)
|
||||
void *codec_get_buffer_callback(size_t *size)
|
||||
{
|
||||
void *buf = &codecbuf[codec_size];
|
||||
*size = CODEC_SIZE - codec_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue