From: Carl Hetherington Date: Fri, 19 Apr 2019 23:29:49 +0000 (+0100) Subject: Comment tweaks. X-Git-Tag: v2.13.149~1 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=75ef09f7ca0838357b55399916719655905e218a Comment tweaks. --- 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