Add 1.43:1 (IMAX) ratio.
authorCarl Hetherington <cth@carlh.net>
Wed, 26 Apr 2017 09:26:57 +0000 (10:26 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 26 Apr 2017 09:26:57 +0000 (10:26 +0100)
src/lib/ratio.cc

index 89efc987d4cc8fa8f600b8ed9aed47d8a2dca4f3..82602d2f2b24a48a722a9830591f9dbf16a58bbb 100644 (file)
@@ -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"));