summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index ea290c89a7..bb326d937b 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -692,7 +692,7 @@ static const struct plugin_api rockbox_api = {
#if CONFIG_CODEC == SWCODEC
codec_thread_do_callback,
codec_load_file,
- codec_begin,
+ codec_run_proc,
codec_close,
get_codec_filename,
find_array_ptr,