diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-29 14:35:02 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-29 14:35:51 +0000 |
| commit | 09af1b3914a63b05a015f95a580557184ae0231c (patch) | |
| tree | be8bf2befd8721a87655f62f1c62f34c30955b19 /src/types.h | |
| parent | 1ca2f66168c24db875b9766601970427063c7726 (diff) | |
Add EPISODE and PROMO content types.
Diffstat (limited to 'src/types.h')
| -rw-r--r-- | src/types.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/types.h b/src/types.h index 7f315e08..8297dbcc 100644 --- a/src/types.h +++ b/src/types.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2019 Carl Hetherington <cth@carlh.net> This file is part of libdcp. @@ -104,7 +104,9 @@ enum ContentKind TEASER, POLICY, PUBLIC_SERVICE_ANNOUNCEMENT, - ADVERTISEMENT + ADVERTISEMENT, + EPISODE, + PROMO }; extern std::string content_kind_to_string (ContentKind kind); |
