summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-30 23:42:22 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-30 23:42:22 +0100
commit09dfe2bef740cb11fececbcf27bcfbe3a258abfe (patch)
tree3d71b597f446f5bda1d5fbe4689d232657f39d81
parenta05d3820262a0d2d1c06c8fda2277a3f01d96e07 (diff)
Lower J2K bandwidth minimum to 1MBps.
-rw-r--r--src/wx/film_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc
index 4be5c541f..bcc63c735 100644
--- a/src/wx/film_editor.cc
+++ b/src/wx/film_editor.cc
@@ -203,7 +203,7 @@ FilmEditor::make_dcp_panel ()
}
_audio_channels->SetRange (0, MAX_AUDIO_CHANNELS);
- _j2k_bandwidth->SetRange (50, 250);
+ _j2k_bandwidth->SetRange (1, 250);
_resolution->Append (_("2K"));
_resolution->Append (_("4K"));