diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-12 18:55:46 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-12 18:55:46 +0000 |
| commit | 8615f1dd96a75869ab1e67236739473a39dfbd0b (patch) | |
| tree | ed46fc8b1f9a5551bfc6d969f68799d29cdbbb25 /src/lib/ratio.cc | |
| parent | 3e8da02da4697ba56df530aa9d019f66c58e9846 (diff) | |
Add 2.35:1 ratio.
Diffstat (limited to 'src/lib/ratio.cc')
| -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 a6ebad141..ea6d122bf 100644 --- a/src/lib/ratio.cc +++ b/src/lib/ratio.cc @@ -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")); } |
