From a1a33941351365cc371f468c6c9c8f0cf8ca32d2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 12 Aug 2012 23:26:10 +0100 Subject: Try to be recursive when examining DCP directories. --- src/dcp.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/dcp.h') diff --git a/src/dcp.h b/src/dcp.h index 3817913c..90369aa5 100644 --- a/src/dcp.h +++ b/src/dcp.h @@ -145,6 +145,14 @@ private: */ void write_assetmap (std::string cpl_uuid, int cpl_length, std::string pkl_uuid, int pkl_length) const; + struct Files { + std::string cpl; + std::string pkl; + std::string asset_map; + }; + + void scan (Files& files, std::string directory) const; + /** the directory that we are writing to */ std::string _directory; /** the name of the DCP */ -- cgit v1.2.3