Offer all KDM types no matter what standard is in use.
[dcpomatic.git] / src / wx / kdm_dialog.cc
index c44321ac55c0a931b21b633e6a5894adc9b1f19f..9b6b0927c089bb32ab6b38e97d11a3db236692dc 100644 (file)
@@ -108,7 +108,7 @@ KDMDialog::KDMDialog (wxWindow* parent, shared_ptr<const Film> film)
        h = new StaticText (this, _("Output"));
        h->SetFont (subheading_font);
        right->Add (h, 0, wxTOP, DCPOMATIC_SIZER_Y_GAP * 2);
-       _output = new KDMOutputPanel (this, film->interop ());
+       _output = new KDMOutputPanel (this);
        right->Add (_output, 0, wxEXPAND | wxTOP, DCPOMATIC_SIZER_GAP);
 
        _make = new Button (this, _("Make KDMs"));