1
0
Fork 0
forked from len0rd/rockbox

Accepted FS#6023 - ADX codec (some kind of ADPCM).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11046 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rani Hod 2006-09-25 16:13:05 +00:00
parent b7c87ac5a3
commit a875ed5d57
7 changed files with 128 additions and 0 deletions

View file

@ -119,6 +119,8 @@ const struct afmt_entry audio_formats[AFMT_NUM_CODECS] =
AFMT_ENTRY("AIFF", "aiff.codec", NULL, NULL ),
/* SID File Format */
AFMT_ENTRY("SID", "sid.codec", NULL, NULL ),
/* ADX File Format */
AFMT_ENTRY("ADX", "adx.codec", NULL, NULL ),
#endif
};