summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-08 10:16:41 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-08 10:16:41 +0100
commit546c1c3a19d79968b414fb61a9ab10989d942ae1 (patch)
tree9d0bd2b86b5704cc34e409264314eb2166d34cf4 /src/lib
parent1c74296932d5f60d481f40115f2b611ea31463a8 (diff)
Add 16:9-within-Scope format.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/format.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/format.cc b/src/lib/format.cc
index 21f8fb9a2..0ca97303e 100644
--- a/src/lib/format.cc
+++ b/src/lib/format.cc
@@ -112,6 +112,10 @@ Format::setup_formats ()
));
_formats.push_back (
+ new FixedFormat (178, libdcp::Size (2048, 858), N_("178-in-scope"), _("16:9 within Scope"), N_("S")
+ ));
+
+ _formats.push_back (
new FixedFormat (239, libdcp::Size (2048, 858), N_("239"), _("Scope"), N_("S")
));