More attempts to fix audio / merging etc.
[dcpomatic.git] / src / lib / player.h
index 79eecf13666b40aeb2148857d45301a9d9ae8182..cb5643753855bf7296e0575188e8c7fb2405ff61 100644 (file)
@@ -133,7 +133,9 @@ private:
 
 #ifdef DCPOMATIC_DEBUG
        boost::shared_ptr<Content> _last_video;
-#endif 
+#endif
+
+       bool _last_emit_was_black;
 };
 
 #endif