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/plugins/test_codec.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/plugins/test_codec.c') diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 9b00fdb..56aedda 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c @@ -883,8 +883,7 @@ menu: boost_settings, 2, NULL); goto menu; } - if(boost) - rb->cpu_boost(true); + rb->cpu_boost(boost ? true: false); #endif if (result == QUIT) -- cgit v1.1