1
0
Fork 0
forked from len0rd/rockbox

Don't bitswap on the iRiver

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6583 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-06-06 00:34:07 +00:00
parent a9d62c34d7
commit a12ccabf04
3 changed files with 6 additions and 0 deletions

View file

@ -497,7 +497,9 @@ int talk_file(const char* filename, bool enqueue)
if (size)
{
#if CONFIG_HWCODEC != MASNONE
bitswap(p_thumbnail, size);
#endif
queue_clip(p_thumbnail, size, enqueue);
}