summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-06 14:35:30 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-06 14:35:30 +0000
commitd6f44e797d8e84863900a2f2b828019a67ad19e4 (patch)
tree8d72b92cb15713b51a0a80c79c1504c19dd277d5 /src
parent7e25d487cba3c23d847aedee84a8e5143f4a209c (diff)
Add format for 16:9 without padding; update changelog.
Diffstat (limited to 'src')
-rw-r--r--src/lib/format.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/format.cc b/src/lib/format.cc
index eb42593fe..975862411 100644
--- a/src/lib/format.cc
+++ b/src/lib/format.cc
@@ -75,6 +75,7 @@ Format::setup_formats ()
_formats.push_back (new FixedFormat (166, Size (1793, 1080), "166", "1.66", "F"));
_formats.push_back (new FixedFormat (166, Size (1998, 1080), "166-in-flat", "1.66 within Flat", "F"));
_formats.push_back (new FixedFormat (178, Size (1998, 1080), "178-in-flat", "16:9 within Flat", "F"));
+ _formats.push_back (new FixedFormat (178, Size (1920, 1080), "178", "16:9", "F"));
_formats.push_back (new FixedFormat (185, Size (1998, 1080), "185", "Flat", "F"));
_formats.push_back (new FixedFormat (239, Size (2048, 858), "239", "Scope", "S"));
_formats.push_back (new VariableFormat (Size (1998, 1080), "var-185", "Flat", "F"));