Remove ReelEncryptableAsset and tidy up a bit.
[libdcp.git] / tools / dcprecover.cc
index f9e08087ad6873844d4d3c1fd307ab0c9d4d7d6e..f78b246ce3067e07aad4e95664fd4786c77beb73 100644 (file)
@@ -155,7 +155,7 @@ main (int argc, char* argv[])
                dcp::DCP fixed (*output);
                fixed.add (cpl);
                fixed.resolve_refs (assets);
-               fixed.write_xml (dcp::Standard::INTEROP);
+               fixed.write_xml ();
                cout << "Fixed XML files written to " << output->string() << "\n";
        }