Clean up a bit by using Content::film() more.
[dcpomatic.git] / src / lib / types.h
index d0f4ec1f8955d20421aecabda5a1b720849be6eb..105432f83508cd43be07cf7f430f8c66f76fbf4c 100644 (file)
@@ -84,6 +84,13 @@ enum Part
        PART_WHOLE
 };
 
+enum ReelType
+{
+       REELTYPE_SINGLE,
+       REELTYPE_BY_VIDEO_CONTENT,
+       REELTYPE_BY_LENGTH
+};
+
 /** @struct Crop
  *  @brief A description of the crop of an image or video.
  */