From e8eefe98bfd3768a9f3962bc71f0ee0431bae8b1 Mon Sep 17 00:00:00 2001 From: Jeffrey Goode Date: Sun, 1 Nov 2009 19:39:23 +0000 Subject: Code cleanup in codec_thread, playback and pcmbuf; more elegant solution to leftover samples git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23471 a1c6a512-1295-4272-9138-f99709370657 --- apps/codec_thread.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'apps/codec_thread.h') 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 +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 -- cgit v1.1