summaryrefslogtreecommitdiff
path: root/apps/metadata/mp3.c
diff options
context:
space:
mode:
authorYoshihisa Uchida <uchida@rockbox.org>2010-05-13 12:40:09 +0000
committerYoshihisa Uchida <uchida@rockbox.org>2010-05-13 12:40:09 +0000
commit0f5c6d47d4fdd17260b840024880ba6dd3fdf935 (patch)
tree6d2526a58816aa9f6431a22a8f1a56278a445dfd /apps/metadata/mp3.c
parent889b4a8ce838bd4191c736d01d9665c177e6d390 (diff)
downloadrockbox-0f5c6d47d4fdd17260b840024880ba6dd3fdf935.tar.gz
rockbox-0f5c6d47d4fdd17260b840024880ba6dd3fdf935.zip
add True Audio (TTA) codec
decoding speed iPod video ~153% But in some players, the decoding speed is not enough. (e.g., H180 52.4% (thanks amiconn), H300 55.09% (thanks n1s)) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25994 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/metadata/mp3.c')
-rw-r--r--apps/metadata/mp3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/metadata/mp3.c b/apps/metadata/mp3.c
index 49d5c7362e..0f786bd52b 100644
--- a/apps/metadata/mp3.c
+++ b/apps/metadata/mp3.c
@@ -640,7 +640,7 @@ bool setid3v1title(int fd, struct mp3entry *entry)
640 * 640 *
641 * Returns: true if a title was found and created, else false 641 * Returns: true if a title was found and created, else false
642 */ 642 */
643static void setid3v2title(int fd, struct mp3entry *entry) 643void setid3v2title(int fd, struct mp3entry *entry)
644{ 644{
645 int minframesize; 645 int minframesize;
646 int size; 646 int size;