Add a test corpus for XML.
[libdcp.git] / src / dcp.h
index 2f7a31aa0cb1d657e001aad73cf668b7540ba097..9e9b1130fcde67e5974fe6bedd5de198b56bf56a 100644 (file)
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -69,8 +69,10 @@ public:
         *  of the DCP.
         *
         *  @param directory Existing DCP's directory.
+        *  @param read_mxfs true to read MXF files; setting to false can be useful for testing, but
+        *  normally it should be set to true.
         */
-       DCP (std::string directory);
+       DCP (std::string directory, bool read_mxfs = true);
 
        void add_reel (boost::shared_ptr<const Reel> reel);