Try to fix the filter / AVFrame ownership.
[dcpomatic.git] / src / lib / log.h
index 298b425cd85e66aa23c11524e89626761592d5e6..3a2cfcbfd53e7882a61feaa03268738036a60b1f 100644 (file)
@@ -46,6 +46,7 @@ public:
        void microsecond_log (std::string m, Level l = STANDARD);
 
        void set_level (Level l);
+       void set_level (std::string l);
 
 protected:     
        /** mutex to protect the log */