summaryrefslogtreecommitdiff
path: root/apps/codecs.c
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-05-09 19:34:45 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-05-09 19:34:45 +0000
commit1ee4e89627a6e1163dcd61544a09f80a1d4da5b7 (patch)
tree482f3895eac9ca8120c57f3b8a7c0f2bf3ea3ae5 /apps/codecs.c
parent0b59079dd2b7b316311b1e0d25aff9d8279fed68 (diff)
downloadrockbox-1ee4e89627a6e1163dcd61544a09f80a1d4da5b7.tar.gz
rockbox-1ee4e89627a6e1163dcd61544a09f80a1d4da5b7.zip
Renaming for the sake of consistency.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29846 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs.c')
-rw-r--r--apps/codecs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs.c b/apps/codecs.c
index 0fe848ecd3..ec566dba06 100644
--- a/apps/codecs.c
+++ b/apps/codecs.c
@@ -174,7 +174,7 @@ void codec_get_full_path(char *path, const char *codec_root_fn)
174} 174}
175 175
176/* Returns pointer to and size of free codec RAM. Aligns to CACHEALIGN_SIZE. */ 176/* Returns pointer to and size of free codec RAM. Aligns to CACHEALIGN_SIZE. */
177void *codeclib_get_buffer(size_t *size) 177void *codec_get_buffer_callback(size_t *size)
178{ 178{
179 void *buf = &codecbuf[codec_size]; 179 void *buf = &codecbuf[codec_size];
180 *size = CODEC_SIZE - codec_size; 180 *size = CODEC_SIZE - codec_size;