projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31601fb
)
Cleanup: whitespace.
author
Carl Hetherington
<cth@carlh.net>
Wed, 27 Nov 2024 23:09:15 +0000
(
00:09
+0100)
committer
Carl Hetherington
<cth@carlh.net>
Fri, 29 Nov 2024 22:31:41 +0000
(23:31 +0100)
src/lib/grok_j2k_encoder_thread.cc
patch
|
blob
|
history
diff --git
a/src/lib/grok_j2k_encoder_thread.cc
b/src/lib/grok_j2k_encoder_thread.cc
index c3cd6f8dd4ac2d52e312780145e9ee66c1845774..f8bfddf58dc0ac3ac0f167acd276533dbf4aa8d1 100644
(file)
--- a/
src/lib/grok_j2k_encoder_thread.cc
+++ b/
src/lib/grok_j2k_encoder_thread.cc
@@
-66,7
+66,11
@@
try
frame_guard.cancel();
}
}
-} catch (boost::thread_interrupted& e) {
-} catch (...) {
+}
+catch (boost::thread_interrupted& e)
+{
+
+}
+catch (...) {
store_current();
}