summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-05-07 23:54:10 +0000
committerDave Chapman <dave@dchapman.com>2007-05-07 23:54:10 +0000
commit4ae85e6886ac70f2cd2f5616f99428015ff22d48 (patch)
tree312ac3752ad336a17810f1f7c69c3fcdd606c79f /apps/plugin.h
parent3d53e103413d61b7c5366a0e7399ba15a03cf71f (diff)
downloadrockbox-4ae85e6886ac70f2cd2f5616f99428015ff22d48.zip
rockbox-4ae85e6886ac70f2cd2f5616f99428015ff22d48.tar.gz
rockbox-4ae85e6886ac70f2cd2f5616f99428015ff22d48.tar.bz2
rockbox-4ae85e6886ac70f2cd2f5616f99428015ff22d48.tar.xz
Revert the addition of the steal_codec_stack function. Replace by accessing the threads structure to grab the codec stack. Maybe a better solution exists.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13349 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index daecee7..e04b0e2 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -611,8 +611,8 @@ struct plugin_api {
bool (*get_metadata)(struct track_info* track, int fd, const char* trackname,
bool v1first);
const char *(*get_codec_filename)(int cod_spec);
- void (*steal_codec_stack)(unsigned char** stack, size_t* size);
#endif
+ struct thread_entry* threads;
};
/* plugin header */