diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-13 23:07:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-13 23:07:37 +0100 |
| commit | efc8654faceec410649901ee534861904d11e432 (patch) | |
| tree | 18eb9ff03c3e35912fd90f4ccdcd7c4415c7b254 /src | |
| parent | 08dae90efe1fbb8e9251d1837f6e56dee9523ea4 (diff) | |
Remove 100fps limit when using "any DCP frame rate".
Reported-by: Noah Orozco
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_editor.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 51bb1f534..ca638d8ae 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -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")); |
