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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/codec_thread.h b/apps/codec_thread.h
index 14551dc..65f64c3 100644
--- a/apps/codec_thread.h
+++ b/apps/codec_thread.h
@@ -28,14 +28,12 @@
const char *get_codec_filename(int cod_spec);
/* codec thread */
+void codec_thread_init(void);
/* Audio MUST be stopped before requesting callback! */
void codec_thread_do_callback(void (*fn)(void),
unsigned int *codec_thread_id);
-void codec_init_codec_api(void);
-void make_codec_thread(void);
-void codec_thread_resume(void);
#ifdef HAVE_PRIORITY_SCHEDULING
int codec_thread_get_priority(void);
int codec_thread_set_priority(int priority);