diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-04-26 10:26:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-26 10:26:57 +0100 |
| commit | 3a7adf45e7820902e446c56114e25075e0a42a1f (patch) | |
| tree | 20d061316437dc4ed621aeab9e045e6ab4275743 /src/lib | |
| parent | 56abd650a3e915c398db8dbeaf5260452234ac9f (diff) | |
Add 1.43:1 (IMAX) ratio.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/ratio.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ratio.cc b/src/lib/ratio.cc index 89efc987d..82602d2f2 100644 --- a/src/lib/ratio.cc +++ b/src/lib/ratio.cc @@ -36,6 +36,7 @@ Ratio::setup_ratios () _ratios.push_back (new Ratio (float(1290) / 1080, "119", _("1.19"), "119")); _ratios.push_back (new Ratio (float(1440) / 1080, "133", _("4:3"), "133")); _ratios.push_back (new Ratio (float(1485) / 1080, "138", _("Academy"), "137")); + _ratios.push_back (new Ratio (float(1544) / 1080, "143", _("IMAX"), "143")); _ratios.push_back (new Ratio (float(1800) / 1080, "166", _("1.66"), "166")); _ratios.push_back (new Ratio (float(1920) / 1080, "178", _("16:9"), "178")); _ratios.push_back (new Ratio (float(1998) / 1080, "185", _("Flat"), "F")); |
