Hide some windows warnings.
[dcpomatic.git] / src / lib / log_entry.h
index d4992de86d999b5ce94ae3ed8996c193302a85b8..50b8bc1a671f77484ac15440d2f85d4794effc44 100644 (file)
@@ -35,8 +35,10 @@ public:
        static const int TYPE_DEBUG_ENCODE;
        static const int TYPE_TIMING;
        static const int TYPE_DEBUG_EMAIL;
-       static const int TYPE_DEBUG_PLAYER;
+       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
+       static const int TYPE_DEBUG_AUDIO_ANALYSIS; ///< audio analysis job
 
        explicit LogEntry (int type);
        virtual ~LogEntry () {}