diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-17 15:22:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-12 11:05:26 +0100 |
| commit | 56cb528a5781e67d84bdfb6cb8223931b4d283d0 (patch) | |
| tree | 53ae6efee609af6fcbfa6f14d062dcf3bbc8941b /src/lib/types.h | |
| parent | dbfbdcba0f5f08a932ba199039f2ca1530e482ac (diff) | |
Un-attached reel UI.
Diffstat (limited to 'src/lib/types.h')
| -rw-r--r-- | src/lib/types.h | 7 |
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. */ |
