Load the album art before the codec because find_albumart would yield to the codec...
commit398d52d92c8c341f75fc3a20c56e1f8c2c1676b9
authornicolasp <nicolasp@a1c6a512-1295-4272-9138-f99709370657>
Sun, 11 Nov 2007 20:09:13 +0000 (11 20:09 +0000)
committernicolasp <nicolasp@a1c6a512-1295-4272-9138-f99709370657>
Sun, 11 Nov 2007 20:09:13 +0000 (11 20:09 +0000)
tree2326d360e19931d0918acf99c560cea7a83b1ad9
parent2dc06f903991a77a32c20893ba2202e4ace34c07
Load the album art before the codec because find_albumart would yield to the codec, which would start requesting data before the audio handle is ready.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15584 a1c6a512-1295-4272-9138-f99709370657
apps/playback.c