From cc6f37b8d8aeaeeacdac0babdae1abeee846d0d1 Mon Sep 17 00:00:00 2001 From: Hristo Kovachev Date: Sat, 18 Feb 2006 20:51:34 +0000 Subject: "Next/Previous jpeg from within the JPEG viewer" addition by Alexander Spyridakis, modified a bit by me Also tries to use the plugin buffer instead of the audio buffer on the platforms with more than 130kb plugin buffer size (thus not stopping the music playback). If the free buffer from the plugin buffer is not enough, asks for stopping playback. Needs a little more work, but seems stable as it is. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8728 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 6f3585b..c9fb0ac 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -400,7 +400,7 @@ static const struct plugin_api rockbox_api = { /* new stuff at the end, sort into place next time the API gets incompatible */ - + tree_get_context, }; int plugin_load(const char* plugin, void* parameter) -- cgit v1.1