From 546c1c3a19d79968b414fb61a9ab10989d942ae1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 8 Apr 2013 10:16:41 +0100 Subject: Add 16:9-within-Scope format. --- src/lib/format.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/format.cc') 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 @@ -111,6 +111,10 @@ Format::setup_formats () new FixedFormat (185, libdcp::Size (1998, 1080), N_("185"), _("Flat"), N_("F") )); + _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") )); -- cgit v1.2.3