X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fspl_entry.h;h=740082eaf0f9a3d6e0d56bcc222024fe1ec6b8d1;hp=d939ec66a23193d205972f5f033559ed4726ebcc;hb=6ef1fc5f40567650ca9ef2b7644e4fdd97640ae6;hpb=8872a0a0028048e277a623fa08e8242dd43f4824 diff --git a/src/lib/spl_entry.h b/src/lib/spl_entry.h index d939ec66a..740082eaf 100644 --- a/src/lib/spl_entry.h +++ b/src/lib/spl_entry.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 Carl Hetherington + Copyright (C) 2018-2020 Carl Hetherington This file is part of DCP-o-matic. @@ -35,7 +35,6 @@ class SPLEntry { public: SPLEntry (boost::shared_ptr content); - SPLEntry (boost::shared_ptr content, cxml::ConstNodePtr node); void as_xml (xmlpp::Element* e); @@ -43,18 +42,10 @@ public: std::string name; /** Digest of this content */ std::string digest; - /** CPL ID or something else for MP4 (?) */ + /** CPL ID */ std::string id; dcp::ContentKind kind; - enum Type { - DCP, - ECINEMA - }; - Type type; bool encrypted; - bool skippable; - bool disable_timeline; - bool stop_after_play; private: void construct (boost::shared_ptr content);