summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-04-20 00:29:49 +0100
committerCarl Hetherington <cth@carlh.net>2019-04-20 00:29:49 +0100
commit75ef09f7ca0838357b55399916719655905e218a (patch)
treee637b684559f3f51aaadce09b350fb0db2ea54b5
parent64ff57b866e19daa8ed16b08d0a8038f787948c1 (diff)
Comment tweaks.
-rw-r--r--src/lib/butler.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/butler.cc b/src/lib/butler.cc
index 11ee033e9..fe331fc79 100644
--- a/src/lib/butler.cc
+++ b/src/lib/butler.cc
@@ -41,11 +41,11 @@ using boost::function;
/** 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 */
+/** Maximum video readahead in frames; should never be exceeded (by much) unless there are bugs in Player */
#define MAXIMUM_VIDEO_READAHEAD 48
/** Minimum audio readahead in frames */
#define MINIMUM_AUDIO_READAHEAD (48000 * MINIMUM_VIDEO_READAHEAD / 24)
-/** Minimum audio readahead in frames; should never be reached unless there are bugs in Player */
+/** Maximum audio readahead in frames; should never be exceeded (by much) unless there are bugs in Player */
#define MAXIMUM_AUDIO_READAHEAD (48000 * MAXIMUM_VIDEO_READAHEAD / 24)
/** @param pixel_format Pixel format functor that will be used when calling ::image on PlayerVideos coming out of this