Add a bit more debug logging to the player.
[dcpomatic.git] / src / lib / log_entry.h
index 136ab00f905182566d3a81afb1a1c20c451dcd95..4bace41a43b88a94c978bd066dd3e592ff9fcc75 100644 (file)
@@ -37,6 +37,7 @@ public:
        static const int TYPE_DEBUG_EMAIL;
        static const int TYPE_DEBUG_VIDEO_VIEW; ///< real-time video viewing (i.e. "playback")
        static const int TYPE_DISK;
+       static const int TYPE_DEBUG_PLAYER;     ///< the Player class
 
        explicit LogEntry (int type);
        virtual ~LogEntry () {}