summaryrefslogtreecommitdiff
path: root/src/lib/format.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/format.cc')
-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 addab2b60..5eda9eb88 100644
--- a/src/lib/format.cc
+++ b/src/lib/format.cc
@@ -113,6 +113,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")
));