diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-12 00:21:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-12 00:21:30 +0100 |
| commit | 6fe31ddd16a0819fe38ffb7e9520c6a049af078a (patch) | |
| tree | 05b6e93d37958f4c4b9b68b0d407b9c604a11921 /src/lib | |
| parent | 26c6f510ca23f1d21e41e3df65726ffa0852d745 (diff) | |
Fix typo.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/format.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/format.cc b/src/lib/format.cc index 2f9f87ba9..640eee167 100644 --- a/src/lib/format.cc +++ b/src/lib/format.cc @@ -84,7 +84,7 @@ Format::setup_formats () )); _formats.push_back ( - new FixedFormat (4.0 / 30, libdcp::Size (1998, 1080), N_("133-in-flat"), _("4:3 within Flat"), N_("F") + new FixedFormat (4.0 / 3.0, libdcp::Size (1998, 1080), N_("133-in-flat"), _("4:3 within Flat"), N_("F") )); _formats.push_back ( |
