From cfe51fb0e85159d252e7bddd45d24b4a409ce1a1 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Fri, 19 Mar 2010 15:27:10 +0000 Subject: [PATCH] Fix FS#11127. r25165 introduced a bug to the aac codec, which lead to not resetting the time position. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25249 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/aac.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/codecs/aac.c b/apps/codecs/aac.c index 73267752c9..e9ff967d6c 100644 --- a/apps/codecs/aac.c +++ b/apps/codecs/aac.c @@ -118,6 +118,8 @@ next_track: } else { sound_samples_done = 0; } + } else { + sound_samples_done = 0; } if (i == 0)