From c537d5958e8b421ac4f9bef6c8b9e7425a6cf167 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Wed, 27 Apr 2011 03:08:23 +0000 Subject: Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29785 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.c') 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, -- cgit v1.2.3