diff options
author | Christopher Martin <christopher.martin@utoronto.ca> | 2009-04-26 09:43:27 -0400 |
---|---|---|
committer | Christopher Martin <christopher.martin@utoronto.ca> | 2009-04-26 09:43:27 -0400 |
commit | f536c40dc4581e74972f855c56405255447a4841 (patch) | |
tree | 442b1efc8af9331a6f3fdc19b6f8a07975fbcfca | |
parent | 0566022b14ef4a56848e66095b6ccfbdd7db69b9 (diff) | |
download | xine-lib-f536c40dc4581e74972f855c56405255447a4841.tar.gz xine-lib-f536c40dc4581e74972f855c56405255447a4841.tar.bz2 |
Adjust the CDDA frame cache to a 'snappier' value.
-rw-r--r-- | src/input/input_cdda.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_cdda.c b/src/input/input_cdda.c index d982909eb..68ebbb612 100644 --- a/src/input/input_cdda.c +++ b/src/input/input_cdda.c @@ -113,7 +113,7 @@ typedef struct _cdrom_toc { *************************************************************************/ #define MAX_TRACKS 99 -#define CACHED_FRAMES 500 +#define CACHED_FRAMES 100 typedef struct { int start; |