forked from len0rd/rockbox
Fix race condition when playback stopped - see FS#6174. Thanks to Jared Stafford
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11214 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e627e35439
commit
1c3d89c35e
2 changed files with 2 additions and 1 deletions
|
@ -2984,10 +2984,10 @@ static void audio_stop_playback(void)
|
|||
(playlist_end && ci.stop_codec)?NULL:audio_current_track());
|
||||
}
|
||||
|
||||
playing = false;
|
||||
filling = false;
|
||||
paused = false;
|
||||
audio_stop_codec_flush();
|
||||
playing = false;
|
||||
|
||||
if (current_fd >= 0)
|
||||
{
|
||||
|
|
|
@ -241,3 +241,4 @@ Thilo-Alexander Ginkel
|
|||
Adam Gashlin
|
||||
Robert Kukla
|
||||
David Quesada
|
||||
Jared Stafford
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue