Add 1.66-within-Flat format.
authorCarl Hetherington <cth@carlh.net>
Sat, 1 Sep 2012 09:41:22 +0000 (10:41 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 1 Sep 2012 09:41:22 +0000 (10:41 +0100)
ChangeLog
src/lib/format.cc

index fd8b71bb2970167281a4ed574450dd831cce8804..fcb18baa1910672d9e8a1f030133d9b7c0f6d50c 100644 (file)
--- 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.
index ff3a5b2023ae45509141cb7bda8fbc4261440726..e689aa05db5b54c424e28a1cef1dacdd6e808e3a 100644 (file)
@@ -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"));