mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-15 16:12:28 -05:00
mp3buf renamed to audiobuf
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6252 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6cf9d51b33
commit
d34865a530
22 changed files with 239 additions and 238 deletions
|
|
@ -48,7 +48,7 @@ int buffersize;
|
|||
int init(void)
|
||||
{
|
||||
int f;
|
||||
buffer = rb->plugin_get_mp3_buffer(&buffersize);
|
||||
buffer = rb->plugin_get_audio_buffer(&buffersize);
|
||||
|
||||
#ifdef HAVE_MMC
|
||||
/* present info what's going on. MMC is slow. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue