Enforce a minimum DCP length of 1 second.
[dcpomatic.git] / src / lib / log_entry.h
index 3d6a9f371990387e8c1d5bc8f7eb6399a3c9a4a9..c15a006d13e1f9b66ce5bb4d66da6aad4648216f 100644 (file)
@@ -31,10 +31,11 @@ public:
        static const int TYPE_GENERAL;
        static const int TYPE_WARNING;
        static const int TYPE_ERROR;
-       static const int TYPE_DEBUG_DECODE;
+       static const int TYPE_DEBUG_THREED;
        static const int TYPE_DEBUG_ENCODE;
        static const int TYPE_TIMING;
        static const int TYPE_DEBUG_EMAIL;
+       static const int TYPE_DEBUG_PLAYER;
 
        explicit LogEntry (int type);
        virtual ~LogEntry () {}