diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-13 00:10:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-13 00:10:19 +0100 |
| commit | 830d8e01713add5856f44a5246eb65781458d0b8 (patch) | |
| tree | 736702d96029223cd3403f58bbbd9286dc5680c8 /src/dcp.h | |
| parent | a1a33941351365cc371f468c6c9c8f0cf8ca32d2 (diff) | |
Tweaks for more real-life DCPs; beginning of subtitle support.
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
