Reasonably straightforward stuff; main things are adding
[dcpomatic.git] / src / lib / types.h
index 5486f8612279c5a310be54ad2b85020f3d588008..33bad1d24455fc03938f175cd3f1bf3be7c06b1c 100644 (file)
@@ -48,7 +48,6 @@ namespace xmlpp {
 #define SERVER_LINK_VERSION (64+0)
 
 typedef std::vector<boost::shared_ptr<Content> > ContentList;
-typedef std::vector<boost::shared_ptr<VideoContent> > VideoContentList;
 typedef std::vector<boost::shared_ptr<AudioContent> > AudioContentList;
 typedef std::vector<boost::shared_ptr<SubtitleContent> > SubtitleContentList;
 typedef std::vector<boost::shared_ptr<FFmpegContent> > FFmpegContentList;
@@ -87,7 +86,7 @@ enum Part
 enum ReelType
 {
        REELTYPE_SINGLE,
-       REELTYPE_ONE_PER_VIDEO,
+       REELTYPE_BY_VIDEO_CONTENT,
        REELTYPE_BY_LENGTH
 };