summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
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;