summaryrefslogtreecommitdiff
path: root/src/lib/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-17 15:22:57 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-12 11:05:26 +0100
commit56cb528a5781e67d84bdfb6cb8223931b4d283d0 (patch)
tree53ae6efee609af6fcbfa6f14d062dcf3bbc8941b /src/lib/types.h
parentdbfbdcba0f5f08a932ba199039f2ca1530e482ac (diff)
Un-attached reel UI.
Diffstat (limited to 'src/lib/types.h')
-rw-r--r--src/lib/types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/types.h b/src/lib/types.h
index d0f4ec1f8..5486f8612 100644
--- a/src/lib/types.h
+++ b/src/lib/types.h
@@ -84,6 +84,13 @@ enum Part
PART_WHOLE
};
+enum ReelType
+{
+ REELTYPE_SINGLE,
+ REELTYPE_ONE_PER_VIDEO,
+ REELTYPE_BY_LENGTH
+};
+
/** @struct Crop
* @brief A description of the crop of an image or video.
*/