summaryrefslogtreecommitdiff
path: root/apps/codec_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codec_thread.h')
-rw-r--r--apps/codec_thread.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/codec_thread.h b/apps/codec_thread.h
index 26a0f1fdd8..a849e07d39 100644
--- a/apps/codec_thread.h
+++ b/apps/codec_thread.h
@@ -24,12 +24,11 @@
24 24
25#include <stdbool.h> 25#include <stdbool.h>
26 26
27int get_codec_base_type(int type);
27const char *get_codec_filename(int cod_spec); 28const char *get_codec_filename(int cod_spec);
28void codec_thread_do_callback(void (*fn)(void), 29void codec_thread_do_callback(void (*fn)(void),
29 unsigned int *codec_thread_id); 30 unsigned int *codec_thread_id);
30void make_codec_thread(void);
31int get_codec_base_type(int type);
32void codec_init_codec_api(void); 31void codec_init_codec_api(void);
33bool codec_is_loaded(void); 32void make_codec_thread(void);
34 33
35#endif 34#endif