summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-08 19:17:06 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-08 19:17:06 +0000
commit4c29782ada19f49919924729c5a8302b2628f115 (patch)
treea2edbb47f637d608b914590df7ac43048843b32e /src
parentbeaf935b208c4c609645e0d6d6b7ff0e3865d590 (diff)
parent31f7328d3f15729aa13881bb3582423c5a5fc27a (diff)
Merge branch '1.0' of ssh://carlh.dyndns.org/home/carl/git/dvdomatic into 1.0
Diffstat (limited to 'src')
-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 1472c8b89..b789a8266 100644
--- a/src/wx/film_editor.cc
+++ b/src/wx/film_editor.cc
@@ -425,7 +425,7 @@ FilmEditor::film_changed (Film::Property p)
setup_dcp_name ();
break;
case Film::J2K_BANDWIDTH:
- checked_set (_j2k_bandwidth, double (_film->j2k_bandwidth()) / 1000000);
+ checked_set (_j2k_bandwidth, _film->j2k_bandwidth() / 1000000);
break;
case Film::USE_DCI_NAME:
checked_set (_use_dci_name, _film->use_dci_name ());