summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-09-06 13:43:26 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-09-06 13:43:26 +0000
commitff73f0dcbf49ddac923a1eae9b8e0e2d34c613a8 (patch)
tree6ed4830f2134137d31b263a86c4c9891c76bec48 /firmware/export
parentfbaf503d0d5506d4b4867e3b9bd468bb1bae381b (diff)
downloadrockbox-ff73f0dcbf49ddac923a1eae9b8e0e2d34c613a8.tar.gz
rockbox-ff73f0dcbf49ddac923a1eae9b8e0e2d34c613a8.zip
Changed WPS enum conditional functionality, displaying the last part in the list if the tag has no value. Also added enum support for battery (5 steps) and volume (10 steps).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7476 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/id3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h
index d407b7b7cf..6c6507159a 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -40,6 +40,8 @@ enum {
40 AFMT_WAVPACK, /* WavPack */ 40 AFMT_WAVPACK, /* WavPack */
41 41
42 /* New formats must be added to the end of this list */ 42 /* New formats must be added to the end of this list */
43
44 AFMT_NUM_CODECS
43}; 45};
44 46
45struct mp3entry { 47struct mp3entry {