diff options
Diffstat (limited to 'apps/codec_thread.h')
| -rw-r--r-- | apps/codec_thread.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/codec_thread.h b/apps/codec_thread.h index 26a0f1f..a849e07 100644 --- a/apps/codec_thread.h +++ b/apps/codec_thread.h @@ -24,12 +24,11 @@ #include <stdbool.h> +int get_codec_base_type(int type); const char *get_codec_filename(int cod_spec); void codec_thread_do_callback(void (*fn)(void), unsigned int *codec_thread_id); -void make_codec_thread(void); -int get_codec_base_type(int type); void codec_init_codec_api(void); -bool codec_is_loaded(void); +void make_codec_thread(void); #endif |