forked from len0rd/rockbox
Faster start of playback
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2953 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9367862246
commit
7fed4a0f35
2 changed files with 12 additions and 4 deletions
|
@ -28,6 +28,8 @@
|
|||
#define MPEG_LOW_WATER 0x60000
|
||||
#define MPEG_LOW_WATER_CHUNKSIZE 0x40000
|
||||
#define MPEG_LOW_WATER_SWAP_CHUNKSIZE 0x10000
|
||||
#define MPEG_PLAY_PENDING_THRESHOLD 0x10000
|
||||
#define MPEG_PLAY_PENDING_SWAPSIZE 0x10000
|
||||
|
||||
struct mpeg_debug
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue