Possibly fix legacy dcp_trim_start tags; use DCI name for content type to be a little...
[dcpomatic.git] / src / lib / dcp_content_type.h
index 2b6e60a19cb902b701b9075c5797d34f28f575f5..960bb012948cf8c8b8be310b5ee13622a7cd934d 100644 (file)
@@ -50,6 +50,7 @@ public:
        }
 
        static DCPContentType const * from_pretty_name (std::string);
+       static DCPContentType const * from_dci_name (std::string);
        static DCPContentType const * from_index (int);
        static int as_index (DCPContentType const *);
        static std::vector<DCPContentType const *> all ();