diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/format.cc | 4 |
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") )); |
