diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-07 16:50:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-07-07 16:50:49 +0200 |
| commit | 7a57543bd2f20f663259e5c97c910fc4f11714e8 (patch) | |
| tree | f56c7653553fa43f94ea542879caa5fb1367d95b /src/lib/j2k_encoder.cc | |
| parent | 5c6bd7a9be5f2bf16fc887272a4bc02413c3f5fd (diff) | |
Run clang-format on the previous commit.
Diffstat (limited to 'src/lib/j2k_encoder.cc')
| -rw-r--r-- | src/lib/j2k_encoder.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/j2k_encoder.cc b/src/lib/j2k_encoder.cc index 7d2b95b1a..217763092 100644 --- a/src/lib/j2k_encoder.cc +++ b/src/lib/j2k_encoder.cc @@ -94,7 +94,7 @@ J2KEncoder::pause() { if (Config::instance()->enable_gpu()) { end(false); -} + } } void @@ -219,7 +219,7 @@ J2KEncoder::encode (shared_ptr<PlayerVideo> pv, DCPTime time) threads = _threads->size(); } else { threads = std::thread::hardware_concurrency(); -} + } } boost::mutex::scoped_lock queue_lock (_queue_mutex); |
