summaryrefslogtreecommitdiff
path: root/apps/codecs.c
diff options
context:
space:
mode:
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 0fe848e..ec566db 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)
}
/* 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;