More player debugging for butler video-full states.
[dcpomatic.git] / src / lib / log_entry.cc
index 18eed489404b672aed23a835e35b9074e31ce9f2..6a36c3383aa5d575ef85ca7020dc0cc992deba7d 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "log_entry.h"
 #include <inttypes.h>
+#include <cstdio>
 
 #include "i18n.h"
 
@@ -30,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;