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:02 +0000 |
| commit | 29b0148143e602699c7ba161477d5d800607ca4b (patch) | |
| tree | f551683f6eae9d5cb4f5bd332877dc726e7b2306 /src/types.h | |
| parent | 0561cd92194991839720f60a045133304b24cbba (diff) | |
Add EPISODE and PROMO content types.v1.6.6
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 2652524c..350a5b55 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. @@ -99,7 +99,9 @@ enum ContentKind TEASER, POLICY, PUBLIC_SERVICE_ANNOUNCEMENT, - ADVERTISEMENT + ADVERTISEMENT, + EPISODE, + PROMO }; extern std::string content_kind_to_string (ContentKind kind); |
