diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-18 18:52:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-18 18:52:59 +0100 |
| commit | e50ed0bfc4623e6420c6c3c9f658e5a0a8210d6c (patch) | |
| tree | 4c3b028472f3027fc807a8ffd2e16206b674230b /src | |
| parent | 785f6d62bc8183b4fa7e87601bece847989cf0e3 (diff) | |
Remove incorrect/pointless assertion.
This was wrong, and seems a bit OTT anyway.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/dcp_panel.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index 270544dd6..02ca0c622 100644 --- 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) { |
