Allow + in DCP names for ISDCF RU rating strings.
[dcpomatic.git] / src / lib / butler.h
index 8fad3614e5aa75c4144d3400be3e8efd7a1f855e..a61011f4019fa1ddcc5e6e01f184a9e9011a3fb0 100644 (file)
@@ -45,6 +45,8 @@ public:
 
        void disable_audio ();
 
+       std::pair<size_t, std::string> memory_used () const;
+
 private:
        void thread ();
        void video (boost::shared_ptr<PlayerVideo> video, DCPTime time);