From ff73f0dcbf49ddac923a1eae9b8e0e2d34c613a8 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 6 Sep 2005 13:43:26 +0000 Subject: 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 --- firmware/export/id3.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export') 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 { AFMT_WAVPACK, /* WavPack */ /* New formats must be added to the end of this list */ + + AFMT_NUM_CODECS }; struct mp3entry { -- cgit v1.2.3