Add a bit more debug logging to the player.
[dcpomatic.git] / src / lib / log_entry.cc
index 01d1415c701fbe4d218c1abb54a5e097b6bd5c66..f890d488ab920c256ce417b9fa05d3d7dcf7eb5b 100644 (file)
@@ -33,6 +33,7 @@ int const LogEntry::TYPE_TIMING       = 0x020;
 int const LogEntry::TYPE_DEBUG_EMAIL  = 0x040;
 int const LogEntry::TYPE_DEBUG_VIDEO_VIEW = 0x080;
 int const LogEntry::TYPE_DISK         = 0x100;
+int const LogEntry::TYPE_DEBUG_PLAYER = 0x200;
 
 using std::string;