Fix FS#11387 - PictureFlow runs jerkily while playing music on Nano2G after the recen...
commit109f1863f2fa99d25b1b7c4208c4af196b65a812
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Mon, 13 Jun 2011 16:50:10 +0000 (13 16:50 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Mon, 13 Jun 2011 16:50:10 +0000 (13 16:50 +0000)
tree7ccf0ea8f567cb8d882a3d2a94bfecc675192897
parent1e80541788d5c82d97db1f206a20c81728d0e8e2
Fix FS#11387 - PictureFlow runs jerkily while playing music on Nano2G after the recent feature addition

The problem r26713 addressed was not caused by missing yields but by too high
priority of the background loader thread. Undoing the yield() change and decreasing
the priority fixes the audio drop as well but doesn't cause jerkiness.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30000 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/pictureflow/pictureflow.c