1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Dave Chapman 2007-05-07 23:54:10 +00:00
parent 3d53e10341
commit 4ae85e6886
5 changed files with 22 additions and 11 deletions

View file

@ -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 */