summaryrefslogtreecommitdiff
path: root/src/lib/grok
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-04-05 21:57:03 +0200
committerCarl Hetherington <cth@carlh.net>2024-04-21 23:18:23 +0200
commitc98d6fd22da1586ef3c1d64a2f7b1ee602f539e9 (patch)
tree5b35a6c950b5e77befca22564ed93a5920089cab /src/lib/grok
parent55f1927db0565c74ff7c121645ec397c07f63d51 (diff)
Rename j2k_bandwidth -> video_bit_rate.
Diffstat (limited to 'src/lib/grok')
-rw-r--r--src/lib/grok/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/grok/context.h b/src/lib/grok/context.h
index 521faae8d..fc9b74a57 100644
--- a/src/lib/grok/context.h
+++ b/src/lib/grok/context.h
@@ -226,7 +226,7 @@ public:
device,
_dcpomatic_context->film->resolution() == Resolution::FOUR_K,
_dcpomatic_context->film->video_frame_rate(),
- _dcpomatic_context->film->j2k_bandwidth(),
+ _dcpomatic_context->film->video_bit_rate(),
grok.licence_server,
grok.licence_port,
grok.licence)) {