summaryrefslogtreecommitdiff
path: root/apps/metadata.h
diff options
context:
space:
mode:
authorMohamed Tarek <mt@rockbox.org>2009-08-04 13:54:06 +0000
committerMohamed Tarek <mt@rockbox.org>2009-08-04 13:54:06 +0000
commit26cee86a0ca354ac15d46fb92db0cc9a776dd4b2 (patch)
tree2b06da998cff4e4cdfcd7545b6d616116ec947e5 /apps/metadata.h
parent7996e773340698a6d8c7bcdc465b8a9245f65601 (diff)
downloadrockbox-26cee86a0ca354ac15d46fb92db0cc9a776dd4b2.tar.gz
rockbox-26cee86a0ca354ac15d46fb92db0cc9a776dd4b2.zip
Add support for AC3 audio in RM container.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22155 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/metadata.h')
-rw-r--r--apps/metadata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/metadata.h b/apps/metadata.h
index cefc6c3945..c43d2c2260 100644
--- a/apps/metadata.h
+++ b/apps/metadata.h
@@ -63,6 +63,7 @@ enum
63 AFMT_SAP, /* Amiga 8Bit SAP Format */ 63 AFMT_SAP, /* Amiga 8Bit SAP Format */
64 AFMT_RM_COOK, /* Cook in RM/RA */ 64 AFMT_RM_COOK, /* Cook in RM/RA */
65 AFMT_RM_AAC, /* AAC in RM/RA */ 65 AFMT_RM_AAC, /* AAC in RM/RA */
66 AFMT_RM_AC3, /* AC3 in RM/RA */
66#endif 67#endif
67 68
68 /* add new formats at any index above this line to have a sensible order - 69 /* add new formats at any index above this line to have a sensible order -