Remove 100fps limit when using "any DCP frame rate".
authorCarl Hetherington <cth@carlh.net>
Tue, 13 May 2014 22:07:37 +0000 (23:07 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 13 May 2014 22:07:37 +0000 (23:07 +0100)
Reported-by: Noah Orozco
ChangeLog
src/wx/film_editor.cc

index e9be3a6d15b30998d260872921c4d2855a55f81d..349f370e2c030c03a3951ad94eeeecdb2fae38b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-13  Carl Hetherington  <cth@carlh.net>
+
+       * Remove artificial 100fps limit when using
+       "any" DCP frame rate.
+
 2014-05-12  Carl Hetherington  <cth@carlh.net>
 
        * Version 1.69.5 released.
index 51bb1f5343bdaabf04d231b8d6f40235b1432e4f..ca638d8ae638c387f4946322927438b2e21ede9f 100644 (file)
@@ -219,6 +219,7 @@ FilmEditor::make_dcp_panel ()
 
        _audio_channels->SetRange (0, MAX_DCP_AUDIO_CHANNELS);
        _j2k_bandwidth->SetRange (1, Config::instance()->maximum_j2k_bandwidth() / 1000000);
+       _frame_rate_spin->SetRange (1, 480);
 
        _resolution->Append (_("2K"));
        _resolution->Append (_("4K"));