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:
parent
a9d62c34d7
commit
a12ccabf04
3 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue