diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-09-01 10:41:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-09-01 10:41:22 +0100 |
| commit | 330879b3555317a20ffe6cad2a489a8adac2c77a (patch) | |
| tree | 0270034346a181c1ff17c0cd24ac2847a61c8f4c /src/lib/format.cc | |
| parent | f637359e4ef0b4f9234df75a80cdce031f34e65e (diff) | |
Add 1.66-within-Flat format.
Diffstat (limited to 'src/lib/format.cc')
| -rw-r--r-- | src/lib/format.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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")); |
