Reduce the maximum video readahead.
authorCarl Hetherington <cth@carlh.net>
Fri, 29 Dec 2017 20:53:46 +0000 (20:53 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 29 Dec 2017 20:53:46 +0000 (20:53 +0000)
src/lib/butler.cc

index a78a3b71b22db06998c8ac7073ef4093272c9065..fd4b824a52410fcccfd1a6d21df0fe2a5b1484f9 100644 (file)
@@ -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 */