1
0
Fork 0
forked from len0rd/rockbox

mpeg_stop() now yields to ensure that the mpeg is stopped when it returns

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2843 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-11-13 08:43:49 +00:00
parent 51fc9820c0
commit 71d346ce81

View file

@ -1887,6 +1887,7 @@ void mpeg_stop(void)
{
#ifndef SIMULATOR
queue_post(&mpeg_queue, MPEG_STOP, NULL);
yield();
#else
is_playing = false;
playing = false;