Remove incorrect/pointless assertion.
authorCarl Hetherington <cth@carlh.net>
Sat, 18 Jan 2025 17:52:59 +0000 (18:52 +0100)
committerCarl 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

index 270544dd67b5a02d436f806f1095c73f5bb34e13..02ca0c622e0e3fd8e0845416351823f802222d93 100644 (file)
@@ -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) {