From 9874ec134d667996b2952f13a70d1333b08fd693 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 16 Sep 2024 16:27:08 +0200 Subject: Bump maximum reel length. Someone is making a very long (10h) DCP and wants big reels, and I can't think of a reason not to allow it. --- src/wx/dcp_panel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index f4ba74cde..030b29a9d 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -152,7 +152,7 @@ DCPPanel::DCPPanel(wxNotebook* n, shared_ptr film, FilmViewer& viewer) _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'")); -- cgit v1.2.3 From ffa9430ad7519fb1b291af74f3bdae74cc26f453 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 17 Sep 2024 11:05:49 +0200 Subject: Supporters update. --- src/wx/supporters.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/wx/supporters.cc b/src/wx/supporters.cc index a7afac7ff..1a5f7ce27 100644 --- a/src/wx/supporters.cc +++ b/src/wx/supporters.cc @@ -629,6 +629,7 @@ supported_by.Add (wxT ("Karn Karamad")); supported_by.Add (wxT ("Klaus Karger")); supported_by.Add (wxT ("Ikram Karimov")); supported_by.Add (wxT ("Toni Karsch")); +supported_by.Add (wxT ("Karu-Karu")); supported_by.Add (wxT ("Cornelis Kater")); supported_by.Add (wxT ("Abdelrahim Kattab")); supported_by.Add (wxT ("Jonathan Kawchuk")); -- cgit v1.2.3