From: Carl Hetherington Date: Thu, 5 Jan 2017 15:32:43 +0000 (+0000) Subject: Tweak comment. X-Git-Tag: v2.10.6-fix~5 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=38e8f2f4611fa95d9fe110cda549d5c25f296077 Tweak comment. --- diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc index 32af746a5..f468f91e1 100644 --- a/src/lib/encoder.cc +++ b/src/lib/encoder.cc @@ -188,7 +188,7 @@ Encoder::frame_done () } } -/** Called to start encoding of the next video frame in the DCP. This is called in order, +/** Called to request encoding of the next video frame in the DCP. This is called in order, * so each time the supplied frame is the one after the previous one. * pv represents one video frame, and could be empty if there is nothing to encode * for this DCP frame.