forked from len0rd/rockbox
Fixed pause indicator. Better UI response with FLAC and Ogg Vorbis.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6642 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fe468b1149
commit
9e200e35cd
3 changed files with 5 additions and 1 deletions
|
@ -142,6 +142,8 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parm)
|
|||
rb->yield();
|
||||
if (ci->stop_codec || ci->reload_codec)
|
||||
break ;
|
||||
|
||||
rb->yield();
|
||||
while (!ci->audiobuffer_insert(pcmbuf, n))
|
||||
rb->yield();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue