From 7c4e0c8730d5b076d4db4206361bc38d5256a23f Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Sun, 26 Mar 2006 11:33:42 +0000 Subject: Initial version of tagcache! There are still some bugs in the engine and much more problems with the UI. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9256 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'apps/codecs.h') diff --git a/apps/codecs.h b/apps/codecs.h index d28afc7292..50ab4cda0e 100644 --- a/apps/codecs.h +++ b/apps/codecs.h @@ -85,12 +85,12 @@ #define CODEC_MAGIC 0x52434F44 /* RCOD */ /* increase this every time the api struct changes */ -#define CODEC_API_VERSION 5 +#define CODEC_API_VERSION 6 /* update this to latest version if a change to the api struct breaks backwards compatibility (and please take the opportunity to sort in any new function which are "waiting" at the end of the function table) */ -#define CODEC_MIN_API_VERSION 5 +#define CODEC_MIN_API_VERSION 6 /* codec return codes */ enum codec_status { @@ -248,12 +248,6 @@ struct codec_api { void (*audio_flush_and_reload_tracks)(void); int (*audio_get_file_pos)(void); - /* tag database */ - struct tagdb_header *tagdbheader; - int *tagdb_fd; - int *tagdb_initialized; - int (*tagdb_init) (void); - /* misc */ void (*srand)(unsigned int seed); int (*rand)(void); -- cgit v1.2.3