Allow specification of video bit rate separately for J2K and MPEG2.
[dcpomatic.git] / src / lib / grok / context.h
index fc9b74a579628c1db21d69405917c92379dacea9..81622ad9d8e1d1e303078731a76c2c6b7a53a33f 100644 (file)
@@ -226,7 +226,7 @@ public:
                                        device,
                                        _dcpomatic_context->film->resolution() == Resolution::FOUR_K,
                                        _dcpomatic_context->film->video_frame_rate(),
-                                       _dcpomatic_context->film->video_bit_rate(),
+                                       _dcpomatic_context->film->video_bit_rate(VideoEncoding::JPEG2000),
                                        grok.licence_server,
                                        grok.licence_port,
                                        grok.licence)) {