1
0
Fork 0
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:
Linus Nielsen Feltzing 2002-12-05 17:14:35 +00:00
parent 9367862246
commit 7fed4a0f35
2 changed files with 12 additions and 4 deletions

View file

@ -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
{