projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20840e3
)
Cleanup: white space.
author
Carl Hetherington
<cth@carlh.net>
Wed, 14 Feb 2024 22:02:53 +0000
(23:02 +0100)
committer
Carl Hetherington
<cth@carlh.net>
Wed, 14 Feb 2024 22:02:53 +0000
(23:02 +0100)
src/lib/dcp_decoder.cc
patch
|
blob
|
history
diff --git
a/src/lib/dcp_decoder.cc
b/src/lib/dcp_decoder.cc
index 24ff507e687ba43f5918e3bb4986e9fc979dbbf8..165b5bfb55a2b3ee70521f55fd3a15815722cc65 100644
(file)
--- a/
src/lib/dcp_decoder.cc
+++ b/
src/lib/dcp_decoder.cc
@@
-105,7
+105,6
@@
DCPDecoder::DCPDecoder (shared_ptr<const Film> film, shared_ptr<const DCPContent
if (old && old->lazy_digest() == _lazy_digest) {
_reels = old->_reels;
} else {
-
auto cpl_list = dcp::find_and_resolve_cpls(content->directories(), tolerant);
if (cpl_list.empty()) {