diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-23 00:23:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-23 00:23:43 +0100 |
| commit | 7a242c8193ba8b5c0379167b3f90a1ea0ece7a66 (patch) | |
| tree | 7da1fcc0c781102715963e9fb00d34dc0772116d /src/lib/format.cc | |
| parent | eff721c382ed6a3d1e82dd8926b0ae27f4f6f5a2 (diff) | |
Update for new libdcp; add some more formats; fix compile with old boost.
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 d99ed926a..ff3a5b202 100644 --- a/src/lib/format.cc +++ b/src/lib/format.cc @@ -76,8 +76,12 @@ Format::as_metadata () const void Format::setup_formats () { + _formats.push_back (new Format (119, Size (1285, 1080), "119", "1.19")); + _formats.push_back (new Format (133, Size (1436, 1080), "133", "1.33")); + _formats.push_back (new Format (138, Size (1485, 1080), "138", "1.375")); _formats.push_back (new Format (133, Size (1998, 1080), "133-in-flat", "4:3 within Flat")); _formats.push_back (new Format (137, Size (1480, 1080), "137", "Academy")); + _formats.push_back (new Format (166, Size (1793, 1080), "166", "1.66")); _formats.push_back (new Format (178, Size (1998, 1080), "178-in-flat", "16:9 within Flat")); _formats.push_back (new Format (185, Size (1998, 1080), "185", "Flat")); _formats.push_back (new Format (239, Size (2048, 858), "239", "Scope")); |
