Merge master.
[dcpomatic.git] / src / lib / format.cc
index addab2b600f35c0984536147c27d640488431856..5eda9eb889ef1896b9a86613259b12424a58c49f 100644 (file)
@@ -112,6 +112,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")
                        ));