summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-15 00:29:15 +0200
committerCarl Hetherington <cth@carlh.net>2025-05-28 00:33:55 +0200
commit6792cee283dbb61a35b884f41359d202df01bd51 (patch)
treef2410c9b82f1c8056bede39d4918cd897144ed2a
parentc6bc4c1181956cf19cbe2cfb5e8afb03c809983f (diff)
Add a comment.
-rw-r--r--src/lib/grok/context.h3
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;