Support 1420x1080 as a non-standard ratio. odd-ratio
authorCarl Hetherington <cth@carlh.net>
Sun, 24 Sep 2023 11:06:20 +0000 (13:06 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 24 Sep 2023 11:06:20 +0000 (13:06 +0200)
src/lib/ratio.cc

index 5f1a3aa63d31a98a9b6afa441e86d84140b6f455..2754bbc3a49e399c4f63e29e8af2d06b00ef33d9 100644 (file)
@@ -43,6 +43,7 @@ Ratio::setup_ratios ()
        DCPOMATIC_ASSERT (_ratios.empty());
 
        _ratios.push_back (Ratio(float(1290) / 1080, "119", _("1.19"),              {},                      "119"));
+       _ratios.push_back (Ratio(float(1420) / 1080, "131", _("1.315"),             {},                      "131"));
        _ratios.push_back (Ratio(float(1440) / 1080, "133", _("1.33 (4:3)"),        {},                      "133"));
        _ratios.push_back (Ratio(float(1485) / 1080, "138", _("1.38 (Academy)"),    {},                      "137"));
        _ratios.push_back (Ratio(float(1544) / 1080, "143", _("1.43 (IMAX)"),       {},                      "143"));