c++11 tidying.
[dcpomatic.git] / src / lib / log_entry.cc
index 4aff47c73a035fe58b518a2e59612fa92cefc0c7..2af2c0f25ef77cf135b2aaed60fbffc8fa54dbd5 100644 (file)
@@ -31,8 +31,10 @@ int const LogEntry::TYPE_DEBUG_THREED = 0x008;
 int const LogEntry::TYPE_DEBUG_ENCODE = 0x010;
 int const LogEntry::TYPE_TIMING       = 0x020;
 int const LogEntry::TYPE_DEBUG_EMAIL  = 0x040;
-int const LogEntry::TYPE_DEBUG_PLAYER = 0x080;
+int const LogEntry::TYPE_DEBUG_VIDEO_VIEW = 0x080;
 int const LogEntry::TYPE_DISK         = 0x100;
+int const LogEntry::TYPE_DEBUG_PLAYER = 0x200;
+int const LogEntry::TYPE_DEBUG_AUDIO_ANALYSIS = 0x400;
 
 using std::string;