deleting files and then resume is not good

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13412 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2007-05-19 16:54:25 +00:00
parent 9cccd42368
commit 0eae80decd
1 changed files with 3 additions and 0 deletions

View File

@ -40,3 +40,6 @@ FS#5796 - Early encoders such as this one employed a floor of type '0', as
Files like these require quite a bit of memory to decode, more than what
Rockbox has set aside for the purpose. Adding a real malloc for the codecs
might help...
FS#6411 - Resuming a playlist after having deleted one or more files makes
the resume point end up on the wrong song.