Add 2.35:1 ratio.
authorCarl Hetherington <cth@carlh.net>
Sat, 12 Mar 2016 18:55:46 +0000 (18:55 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 12 Mar 2016 18:55:46 +0000 (18:55 +0000)
ChangeLog
src/lib/ratio.cc

index 6c949ad4ed8fd462e7017472d8ef95396686747d..b33b4ae0738e2b03d7fae2bbda51ead75c3b8ee1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2016-03-12  Carl Hetherington  <cth@carlh.net>
 
+       * Add 2.35:1 ratio.
+
        * Fix assertion failure on opening content properties (#816).
 
 2016-03-10  Carl Hetherington  <cth@carlh.net>
index a6ebad14117542443e3fd704b35ca7cacdfbebd3..ea6d122bf1c6760b9889824e2fa6452ddc708a64 100644 (file)
@@ -38,6 +38,7 @@ Ratio::setup_ratios ()
        _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"));
+       _ratios.push_back (new Ratio (float(2048) /  872, "235", _("2.35"), "S"));
        _ratios.push_back (new Ratio (float(2048) /  858, "239", _("Scope"), "S"));
        _ratios.push_back (new Ratio (float(2048) / 1080, "full-frame", _("Full frame"), "C"));
 }