summaryrefslogtreecommitdiff
path: root/apps/metadata.h
diff options
context:
space:
mode:
authorMohamed Tarek <mt@rockbox.org>2010-08-07 17:55:02 +0000
committerMohamed Tarek <mt@rockbox.org>2010-08-07 17:55:02 +0000
commit4ff2cf4f0c96908f28c5037521251e0c809130bb (patch)
treea7aaacd8ad380bd842bef4ef1cf3c1861a62fa70 /apps/metadata.h
parenteb369699c6b7258df92169d0e1721aa5b2c108d8 (diff)
downloadrockbox-4ff2cf4f0c96908f28c5037521251e0c809130bb.tar.gz
rockbox-4ff2cf4f0c96908f28c5037521251e0c809130bb.zip
WMA Voice now plays and seeks in the sim. The code is still in floating point, and is not added to the main build. There's still a bug with the decoder in the current state that it outputs a fewer number of samples than ffmpeg's.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27744 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 6b15f6dead..b73d92b83f 100644
--- a/apps/metadata.h
+++ b/apps/metadata.h
@@ -84,6 +84,7 @@ enum
84 AFMT_VOX, /* VOX */ 84 AFMT_VOX, /* VOX */
85 AFMT_WAVE64, /* Wave64 */ 85 AFMT_WAVE64, /* Wave64 */
86 AFMT_TTA, /* True Audio */ 86 AFMT_TTA, /* True Audio */
87 AFMT_WMAVOICE, /* WMA Voice in ASF */
87#endif 88#endif
88 89
89 /* add new formats at any index above this line to have a sensible order - 90 /* add new formats at any index above this line to have a sensible order -