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 14551dcf48..65f64c377e 100644
--- a/apps/codec_thread.h
+++ b/apps/codec_thread.h
@@ -28,14 +28,12 @@
28const char *get_codec_filename(int cod_spec); 28const char *get_codec_filename(int cod_spec);
29 29
30/* codec thread */ 30/* codec thread */
31void codec_thread_init(void);
31 32
32/* Audio MUST be stopped before requesting callback! */ 33/* Audio MUST be stopped before requesting callback! */
33void codec_thread_do_callback(void (*fn)(void), 34void codec_thread_do_callback(void (*fn)(void),
34 unsigned int *codec_thread_id); 35 unsigned int *codec_thread_id);
35 36
36void codec_init_codec_api(void);
37void make_codec_thread(void);
38void codec_thread_resume(void);
39#ifdef HAVE_PRIORITY_SCHEDULING 37#ifdef HAVE_PRIORITY_SCHEDULING
40int codec_thread_get_priority(void); 38int codec_thread_get_priority(void);
41int codec_thread_set_priority(int priority); 39int codec_thread_set_priority(int priority);