summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-09-01 10:41:22 +0100
committerCarl Hetherington <cth@carlh.net>2012-09-01 10:41:22 +0100
commit330879b3555317a20ffe6cad2a489a8adac2c77a (patch)
tree0270034346a181c1ff17c0cd24ac2847a61c8f4c
parentf637359e4ef0b4f9234df75a80cdce031f34e65e (diff)
Add 1.66-within-Flat format.
-rw-r--r--ChangeLog4
-rw-r--r--src/lib/format.cc1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd8b71bb2..fcb18baa1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-01 Carl Hetherington <cth@carlh.net>
+
+ * Add 1.66-within-flat format.
+
2012-08-27 Carl Hetherington <cth@carlh.net>
* Version 0.47 released.
diff --git a/src/lib/format.cc b/src/lib/format.cc
index ff3a5b202..e689aa05d 100644
--- a/src/lib/format.cc
+++ b/src/lib/format.cc
@@ -82,6 +82,7 @@ Format::setup_formats ()
_formats.push_back (new Format (133, Size (1998, 1080), "133-in-flat", "4:3 within Flat"));
_formats.push_back (new Format (137, Size (1480, 1080), "137", "Academy"));
_formats.push_back (new Format (166, Size (1793, 1080), "166", "1.66"));
+ _formats.push_back (new Format (166, Size (1998, 1080), "166-in-flat", "1.66 within Flat"));
_formats.push_back (new Format (178, Size (1998, 1080), "178-in-flat", "16:9 within Flat"));
_formats.push_back (new Format (185, Size (1998, 1080), "185", "Flat"));
_formats.push_back (new Format (239, Size (2048, 858), "239", "Scope"));