More player debugging for butler video-full states.
[dcpomatic.git] / src / lib / log_entry.cc
index 8a665481154705638b421dce066b29753de40670..6a36c3383aa5d575ef85ca7020dc0cc992deba7d 100644 (file)
@@ -31,6 +31,7 @@ int const LogEntry::TYPE_DEBUG_DECODE = 0x8;
 int const LogEntry::TYPE_DEBUG_ENCODE = 0x10;
 int const LogEntry::TYPE_TIMING       = 0x20;
 int const LogEntry::TYPE_DEBUG_EMAIL  = 0x40;
+int const LogEntry::TYPE_DEBUG_PLAYER = 0x80;
 
 using std::string;