summaryrefslogtreecommitdiff
path: root/src/util.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-09-09 12:48:47 +0100
committerCarl Hetherington <cth@carlh.net>2012-09-09 12:48:47 +0100
commit5c29a3586ea262abcc8829bf267d38d8a5a84d9b (patch)
tree394c46a1b18d0b02b19b3b99439fdb5e33e11b85 /src/util.cc
parent403c1e43d7e12af9ae72291f4bdff78fd242f9f6 (diff)
Somewhat hacky rearrangement to support multiple CPLs per DCP.
Diffstat (limited to 'src/util.cc')
-rw-r--r--src/util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cc b/src/util.cc
index c171b2c7..4434b98c 100644
--- a/src/util.cc
+++ b/src/util.cc
@@ -127,7 +127,7 @@ libdcp::content_kind_from_string (string type)
return FEATURE;
} else if (type == "short") {
return SHORT;
- } else if (type == "trailer") {
+ } else if (type == "trailer" || type == "Trailer") {
return TRAILER;
} else if (type == "test") {
return TEST;