From 29b0148143e602699c7ba161477d5d800607ca4b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 29 Mar 2019 14:35:02 +0000 Subject: Add EPISODE and PROMO content types. --- src/types.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/types.h') 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 + Copyright (C) 2012-2019 Carl Hetherington 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); -- cgit v1.2.3