summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/butler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/butler.cc b/src/lib/butler.cc
index a78a3b71b..fd4b824a5 100644
--- a/src/lib/butler.cc
+++ b/src/lib/butler.cc
@@ -37,7 +37,7 @@ using boost::optional;
/** Minimum video readahead in frames */
#define MINIMUM_VIDEO_READAHEAD 10
/** Maximum video readahead in frames; should never be reached unless there are bugs in Player */
-#define MAXIMUM_VIDEO_READAHEAD 240
+#define MAXIMUM_VIDEO_READAHEAD 24
/** Minimum audio readahead in frames */
#define MINIMUM_AUDIO_READAHEAD (48000*5)
/** Minimum audio readahead in frames; should never be reached unless there are bugs in Player */