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
This commit is contained in:
Andree Buschmann 2010-03-19 15:27:10 +00:00
parent 91647264f8
commit cfe51fb0e8
1 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,8 @@ next_track:
} else {
sound_samples_done = 0;
}
} else {
sound_samples_done = 0;
}
if (i == 0)