forked from len0rd/rockbox
Unpause after seeking on archos.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12525 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b49602e7a9
commit
35ad10be59
1 changed files with 3 additions and 1 deletions
|
@ -181,10 +181,12 @@ static bool seek(unsigned long pos)
|
|||
{
|
||||
#if (CONFIG_CODEC == SWCODEC)
|
||||
audio_pre_ff_rewind();
|
||||
audio_ff_rewind(pos);
|
||||
#else
|
||||
audio_pause();
|
||||
#endif
|
||||
audio_ff_rewind(pos);
|
||||
audio_resume();
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue