From 237ca504e12c06a5cfa7cd0fb9d9c672dc588f1c Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Tue, 15 Feb 2011 20:00:28 +0000 Subject: 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 --- apps/talk.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/talk.h') diff --git a/apps/talk.h b/apps/talk.h index fc1bfe5..a2a9f44 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 */ }; -- cgit v1.1