From 4ae85e6886ac70f2cd2f5616f99428015ff22d48 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Mon, 7 May 2007 23:54:10 +0000 Subject: 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 --- apps/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.h') 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 */ -- cgit v1.1