forked from len0rd/rockbox
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
This commit is contained in:
parent
258626f455
commit
237ca504e1
9 changed files with 36 additions and 36 deletions
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue