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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/codec_thread.h b/apps/codec_thread.h
index c33284e141..6aa340bffe 100644
--- a/apps/codec_thread.h
+++ b/apps/codec_thread.h
@@ -46,6 +46,9 @@ void codec_go(void);
46bool codec_pause(void); 46bool codec_pause(void);
47void codec_seek(long time); 47void codec_seek(long time);
48void codec_stop(void); 48void codec_stop(void);
49#ifdef HAVE_RECORDING
50size_t codec_finish_stream(void);
51#endif
49void codec_unload(void); 52void codec_unload(void);
50int codec_loaded(void); 53int codec_loaded(void);
51 54