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

@ -276,7 +276,9 @@ struct plugin_api {
void (*mp3_play_pause)(bool play);
void (*mp3_play_stop)(void);
bool (*mp3_is_playing)(void);
#if CONFIG_HWCODEC != MASNONE
void (*bitswap)(unsigned char *data, int length);
#endif
#endif
/* playback control */