diff options
author | Yoshihisa Uchida <uchida@rockbox.org> | 2010-02-28 08:13:30 +0000 |
---|---|---|
committer | Yoshihisa Uchida <uchida@rockbox.org> | 2010-02-28 08:13:30 +0000 |
commit | 8c5eaa35ecd8b5239e2cb4848e29310daa6f4a88 (patch) | |
tree | c9da4e9c38f4ebb150c36bdac88136a7336146ff /apps/filetypes.c | |
parent | 4e3c8074664fa87b023643f375171d544d662141 (diff) | |
download | rockbox-8c5eaa35ecd8b5239e2cb4848e29310daa6f4a88.tar.gz rockbox-8c5eaa35ecd8b5239e2cb4848e29310daa6f4a88.zip |
Add vox (Dialogic telephony formats) codec add. (FS#11021)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24956 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/filetypes.c')
-rw-r--r-- | apps/filetypes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c index bbb52c8418..7837fbc73b 100644 --- a/apps/filetypes.c +++ b/apps/filetypes.c @@ -104,6 +104,7 @@ static const struct filetype inbuilt_filetypes[] = { { "mmf", FILE_ATTR_AUDIO, Icon_Audio, VOICE_EXT_MPA }, { "au", FILE_ATTR_AUDIO, Icon_Audio, VOICE_EXT_MPA }, { "snd", FILE_ATTR_AUDIO, Icon_Audio, VOICE_EXT_MPA }, + { "vox", FILE_ATTR_AUDIO, Icon_Audio, VOICE_EXT_MPA }, #endif { "m3u", FILE_ATTR_M3U, Icon_Playlist, LANG_PLAYLIST }, { "m3u8",FILE_ATTR_M3U, Icon_Playlist, LANG_PLAYLIST }, |