diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-02-27 20:49:08 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-02-27 20:49:08 +0000 |
| commit | 41658bd07a1bc7b48ef12b356f67f11225593ddd (patch) | |
| tree | adc3d80e944a0c541c9ed483df4f1f528bdab5e1 /apps/codecs.h | |
| parent | 883ff8507e42f7fbba6416e60fb116164219aa5f (diff) | |
| download | rockbox-41658bd07a1bc7b48ef12b356f67f11225593ddd.zip rockbox-41658bd07a1bc7b48ef12b356f67f11225593ddd.tar.gz rockbox-41658bd07a1bc7b48ef12b356f67f11225593ddd.tar.bz2 rockbox-41658bd07a1bc7b48ef12b356f67f11225593ddd.tar.xz | |
Remove some useless code and variables in the area of metadata parsing. Bump codec API.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29438 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs.h')
| -rw-r--r-- | apps/codecs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs.h b/apps/codecs.h index a3f5d40..8a40791 100644 --- a/apps/codecs.h +++ b/apps/codecs.h @@ -75,12 +75,12 @@ #define CODEC_ENC_MAGIC 0x52454E43 /* RENC */ /* increase this every time the api struct changes */ -#define CODEC_API_VERSION 37 +#define CODEC_API_VERSION 38 /* 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 37 +#define CODEC_MIN_API_VERSION 38 /* codec return codes */ enum codec_status { |