summaryrefslogtreecommitdiff
path: root/firmware/export/id3.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-09-22 21:56:03 +0000
committerDave Chapman <dave@dchapman.com>2005-09-22 21:56:03 +0000
commit5a1b77f04c274121eca1614b3ff0a26cc8367724 (patch)
tree95c25741cac1162413eaf418657abd2adf9e44e0 /firmware/export/id3.h
parent139c1cb82491886f600ef5014b79acb49f2c510c (diff)
downloadrockbox-5a1b77f04c274121eca1614b3ff0a26cc8367724.tar.gz
rockbox-5a1b77f04c274121eca1614b3ff0a26cc8367724.zip
Add ALAC audio type
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7548 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/id3.h')
-rw-r--r--firmware/export/id3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h
index 47a084d67a..deb6ba29d5 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -38,6 +38,7 @@ enum {
38 AFMT_MPC, /* Musepack */ 38 AFMT_MPC, /* Musepack */
39 AFMT_A52, /* A/52 (aka AC3) audio */ 39 AFMT_A52, /* A/52 (aka AC3) audio */
40 AFMT_WAVPACK, /* WavPack */ 40 AFMT_WAVPACK, /* WavPack */
41 AFMT_ALAC, /* Apple Lossless Audio Codec */
41 42
42 /* New formats must be added to the end of this list */ 43 /* New formats must be added to the end of this list */
43 44