Offer all KDM types no matter what standard is in use.
[dcpomatic.git] / src / tools / dcpomatic_kdm.cc
index 965ba7a0f781295119a726bbaa9d9524aa3d2eec..4d84f2f339e02af8dc9312e7bc4e60bc96616541 100644 (file)
@@ -180,8 +180,7 @@ public:
                h = new StaticText (overall_panel, _("Output"));
                h->SetFont (subheading_font);
                right->Add (h, 0, wxTOP, DCPOMATIC_SIZER_Y_GAP * 2);
-               /* XXX: hard-coded non-interop here */
-               _output = new KDMOutputPanel (overall_panel, false);
+               _output = new KDMOutputPanel (overall_panel);
                right->Add (_output, 0, wxALL, DCPOMATIC_SIZER_Y_GAP);
 
                _create = new Button (overall_panel, _("Create KDMs"));