summaryrefslogtreecommitdiff
path: root/src/lib/encoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-01-05 15:32:43 +0000
committerCarl Hetherington <cth@carlh.net>2017-01-05 15:32:43 +0000
commit38e8f2f4611fa95d9fe110cda549d5c25f296077 (patch)
tree50c7c77644004517279da9746d1a31b7a810897d /src/lib/encoder.cc
parentb210e8997af7f0a1cd497126010e1cede6389a72 (diff)
Tweak comment.
Diffstat (limited to 'src/lib/encoder.cc')
-rw-r--r--src/lib/encoder.cc2
1 files changed, 1 insertions, 1 deletions
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.