summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-13 00:10:19 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-13 00:10:19 +0100
commit830d8e01713add5856f44a5246eb65781458d0b8 (patch)
tree736702d96029223cd3403f58bbbd9286dc5680c8 /src/dcp.h
parenta1a33941351365cc371f468c6c9c8f0cf8ca32d2 (diff)
Tweaks for more real-life DCPs; beginning of subtitle support.
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 90369aa5..7f62acd1 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -149,6 +149,7 @@ private:
std::string cpl;
std::string pkl;
std::string asset_map;
+ std::list<std::string> subtitles;
};
void scan (Files& files, std::string directory) const;