diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-09-06 14:10:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-09-06 14:10:19 +0100 |
| commit | 8f6f5c5c8f09d8aa880c3f2f29530744576212a1 (patch) | |
| tree | 9f726c3ec1e9e047b9672705d57b0a798584ef7e /src/dcp.h | |
| parent | 50a7273c4d3cedd582856eeb22c07117b8b8572d (diff) | |
Add a test corpus for XML.
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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); |
