diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-24 12:02:19 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-10-18 13:46:37 +0200 |
| commit | 5b4ff8ad597ab9b4ca5d5ee3190dce76c9451566 (patch) | |
| tree | f4aed1a7a584c1d8eddb5e3ff44f58fd4a92c975 /src/lib/j2k_encoder.cc | |
| parent | 0053d931a1293d4f663489f874a54fbcfbd5783b (diff) | |
Explicitly set up Grok logger rather than relying on a static variable.
Diffstat (limited to 'src/lib/j2k_encoder.cc')
| -rw-r--r-- | src/lib/j2k_encoder.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/j2k_encoder.cc b/src/lib/j2k_encoder.cc index 7a01bfc4c..a3cab7c1c 100644 --- a/src/lib/j2k_encoder.cc +++ b/src/lib/j2k_encoder.cc @@ -58,8 +58,6 @@ using dcp::Data; using namespace dcpomatic; -static grk_plugin::GrokInitializer grokInitializer; - /** @param film Film that we are encoding. * @param writer Writer that we are using. */ |
