summaryrefslogtreecommitdiff
path: root/firmware/export/id3.h
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2005-07-05 15:19:22 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2005-07-05 15:19:22 +0000
commitd6e79424264147e52f70d9ed34b80e34a9d3c23b (patch)
tree712837474fee23ce550636480f797c45e3829b4c /firmware/export/id3.h
parent2d79df5086a3c632ef09bc273c201a8443a7c4a2 (diff)
downloadrockbox-d6e79424264147e52f70d9ed34b80e34a9d3c23b.tar.gz
rockbox-d6e79424264147e52f70d9ed34b80e34a9d3c23b.zip
Fixed: Crossfading, broken elapsed info with mp3 files, possible cpu
boost problem and track changing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7027 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/id3.h')
-rw-r--r--firmware/export/id3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h
index 8fd41a1286..8f904e49e6 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -25,7 +25,7 @@
25/* Audio file types. */ 25/* Audio file types. */
26/* NOTE: When adding new audio types, also add to codec_labels[] in id3.c */ 26/* NOTE: When adding new audio types, also add to codec_labels[] in id3.c */
27enum { 27enum {
28 AFMT_UNKNOWN = 0, /* Unknown file format */ 28 AFMT_UNKNOWN = 1, /* Unknown file format */
29 29
30#if CONFIG_HWCODEC==MASNONE 30#if CONFIG_HWCODEC==MASNONE
31 AFMT_MPA_L1, /* MPEG Audio layer 1 */ 31 AFMT_MPA_L1, /* MPEG Audio layer 1 */