diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-09 20:10:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-09 20:10:31 +0100 |
| commit | e94cd129dcd66a76210880bfdf19d27f7992651b (patch) | |
| tree | 32bc6dd1d93328762a0db73dbf4e32bf185e3a02 /src/lib/format.cc | |
| parent | d62877ae6c4e316e43f4052e4b9ba673610012cf (diff) | |
| parent | b8b2fd0b0aeaa1ec95171eaf12c462ff8b555e0e (diff) | |
Merge master.
Diffstat (limited to 'src/lib/format.cc')
| -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 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") )); |
