diff options
Diffstat (limited to 'src/lib/format.cc')
| -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 ( |
