diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-12 15:05:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-12 15:05:09 +0100 |
| commit | f9068dcbfbb09082e29e2a779ef1a7a2f6ee849e (patch) | |
| tree | 40054a96c986c133b2edb00c7c9a127d8d36a1a2 /src/lib/types.h | |
| parent | bccc426dd0924bf6be63000835d7c86fd390ff59 (diff) | |
Rename split-by-video content slightly; fix referencing to multi-reel DCPs.
Diffstat (limited to 'src/lib/types.h')
| -rw-r--r-- | src/lib/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/types.h b/src/lib/types.h index 5486f8612..105432f83 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -87,7 +87,7 @@ enum Part enum ReelType { REELTYPE_SINGLE, - REELTYPE_ONE_PER_VIDEO, + REELTYPE_BY_VIDEO_CONTENT, REELTYPE_BY_LENGTH }; |
