projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
785f6d6
)
Remove incorrect/pointless assertion.
author
Carl Hetherington
<cth@carlh.net>
Sat, 18 Jan 2025 17:52:59 +0000
(18:52 +0100)
committer
Carl Hetherington
<cth@carlh.net>
Sat, 18 Jan 2025 17:52:59 +0000
(18:52 +0100)
This was wrong, and seems a bit OTT anyway.
src/wx/dcp_panel.cc
patch
|
blob
|
history
diff --git
a/src/wx/dcp_panel.cc
b/src/wx/dcp_panel.cc
index 270544dd67b5a02d436f806f1095c73f5bb34e13..02ca0c622e0e3fd8e0845416351823f802222d93 100644
(file)
--- a/
src/wx/dcp_panel.cc
+++ b/
src/wx/dcp_panel.cc
@@
-161,7
+161,6
@@
void
DCPPanel::set_standard()
{
DCPOMATIC_ASSERT(_film);
- DCPOMATIC_ASSERT(!_film->limit_to_smpte_bv20() || _standard->GetCount() == 3);
if (_film->interop()) {
if (_film->video_encoding() == VideoEncoding::JPEG2000) {