Add Atmos read/write and untested MXF decryption tool.
[libdcp.git] / src / name_format.h
index 7390dd5c04fe1f9d42c2fe441fafa05c90335637..eb6f430845bc4329de6493ba0e998c35bf50b772 100644 (file)
@@ -59,7 +59,7 @@ public:
 
        typedef std::map<char, std::string> Map;
 
-       std::string get (Map) const;
+       std::string get (Map, std::string suffix) const;
 
 private:
        std::string _specification;