diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-15 00:29:15 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-28 00:33:55 +0200 |
| commit | 6792cee283dbb61a35b884f41359d202df01bd51 (patch) | |
| tree | f2410c9b82f1c8056bede39d4918cd897144ed2a | |
| parent | c6bc4c1181956cf19cbe2cfb5e8afb03c809983f (diff) | |
Add a comment.
| -rw-r--r-- | src/lib/grok/context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/grok/context.h b/src/lib/grok/context.h index 6f87c2a23..3c4f693a0 100644 --- a/src/lib/grok/context.h +++ b/src/lib/grok/context.h @@ -181,6 +181,9 @@ public: delete _messenger; } + /** Launch a Grok encoder process, preparing it to work on images like @ref dcpv. + * @return true if Grok is now running, false if not. + */ bool launch(DCPVideo dcpv, int device) { namespace fs = boost::filesystem; |
