diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-11-11 19:45:36 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-11-11 19:45:36 +0000 |
| commit | 2bf9be1c02d5f93c8de0842aa7c2cf1c344aacd6 (patch) | |
| tree | 27bf4c6942621a4b3bf8678626997bb72b42f68e /firmware/export | |
| parent | 5592e37c632efb5a91685aadc9896a800f5f77af (diff) | |
| download | rockbox-2bf9be1c02d5f93c8de0842aa7c2cf1c344aacd6.zip rockbox-2bf9be1c02d5f93c8de0842aa7c2cf1c344aacd6.tar.gz rockbox-2bf9be1c02d5f93c8de0842aa7c2cf1c344aacd6.tar.bz2 rockbox-2bf9be1c02d5f93c8de0842aa7c2cf1c344aacd6.tar.xz | |
Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementation by Mark Arigo.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7814 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/id3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h index acac8dc..df0c61f 100644 --- a/firmware/export/id3.h +++ b/firmware/export/id3.h @@ -40,6 +40,7 @@ enum { AFMT_WAVPACK, /* WavPack */ AFMT_ALAC, /* Apple Lossless Audio Codec */ AFMT_AAC, /* Advanced Audio Coding (AAC) in M4A container */ + AFMT_SHN, /* Shorten */ /* New formats must be added to the end of this list */ |