diff options
author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-02-15 20:00:28 +0000 |
---|---|---|
committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-02-15 20:00:28 +0000 |
commit | 237ca504e12c06a5cfa7cd0fb9d9c672dc588f1c (patch) | |
tree | b6454cdfaa01c749e986386f7b3bc9fdc3a5f6c8 /apps/talk.h | |
parent | 258626f4550be2e586c9e5acf20cb71ee001a8e4 (diff) | |
download | rockbox-237ca504e12c06a5cfa7cd0fb9d9c672dc588f1c.tar.gz rockbox-237ca504e12c06a5cfa7cd0fb9d9c672dc588f1c.tar.bz2 rockbox-237ca504e12c06a5cfa7cd0fb9d9c672dc588f1c.zip |
All AAC-HE files will double the frame sample count, not only AAC-HE files with SBR upsampling. This change fixes issues with some m4a files reported in the forums.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29310 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/talk.h')
-rw-r--r-- | apps/talk.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/talk.h b/apps/talk.h index fc1bfe5a2d..a2a9f44e4e 100644 --- a/apps/talk.h +++ b/apps/talk.h @@ -50,8 +50,7 @@ enum { UNIT_MB, /* Megabytes */ UNIT_KBIT, /* kilobits per sec */ UNIT_PM_TICK, /* peak meter units per tick */ - UNIT_TIME_EXACT,/* time duration/interval in seconds, says hours,mins,secs*/ - UNIT_TIME, /* as above but less verbose */ + UNIT_TIME, /* time duration/interval in seconds, says hours,mins,secs */ UNIT_LAST /* END MARKER */ }; |