Extract common code out into kdm_for_screen()
[dcpomatic.git] / src / lib / dcp_content_type.h
index 5607475c07b26d3b5e19ab0022e11eed0438c7ca..eea698217ca5e59a79e0addbed9e1bf4211cf62f 100644 (file)
@@ -50,8 +50,8 @@ public:
                return _isdcf_name;
        }
 
-       static DCPContentType const * from_pretty_name (std::string);
        static DCPContentType const * from_isdcf_name (std::string);
+       static DCPContentType const * from_libdcp_kind (dcp::ContentKind);
        static DCPContentType const * from_index (int);
        static int as_index (DCPContentType const *);
        static std::vector<DCPContentType const *> all ();