diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-09-06 13:43:26 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-09-06 13:43:26 +0000 |
| commit | ff73f0dcbf49ddac923a1eae9b8e0e2d34c613a8 (patch) | |
| tree | 6ed4830f2134137d31b263a86c4c9891c76bec48 /firmware/export | |
| parent | fbaf503d0d5506d4b4867e3b9bd468bb1bae381b (diff) | |
| download | rockbox-ff73f0dcbf49ddac923a1eae9b8e0e2d34c613a8.zip rockbox-ff73f0dcbf49ddac923a1eae9b8e0e2d34c613a8.tar.gz rockbox-ff73f0dcbf49ddac923a1eae9b8e0e2d34c613a8.tar.bz2 rockbox-ff73f0dcbf49ddac923a1eae9b8e0e2d34c613a8.tar.xz | |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h index d407b7b..6c65071 100644 --- a/firmware/export/id3.h +++ b/firmware/export/id3.h @@ -40,6 +40,8 @@ enum { AFMT_WAVPACK, /* WavPack */ /* New formats must be added to the end of this list */ + + AFMT_NUM_CODECS }; struct mp3entry { |