Someone is making a very long (10h) DCP and wants big reels, and I can't
think of a reason not to allow it.
_reel_type->add(S_("Reel|Custom"));
_reel_type->SetToolTip(_("How the DCP should be split into parts internally. If in doubt, choose 'Single reel'"));
- _reel_length->SetRange (1, 64);
+ _reel_length->SetRange(1, 256);
add_standards();
_standard->SetToolTip(_("Which standard the DCP should use. Interop is older and SMPTE is the modern standard. If in doubt, choose 'SMPTE'"));