diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
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 */ |