Trying to create export audio encoders with between 9 and 15 channels
[dcpomatic.git] / src / lib / log_entry.h
index 4bace41a43b88a94c978bd066dd3e592ff9fcc75..50b8bc1a671f77484ac15440d2f85d4794effc44 100644 (file)
@@ -38,6 +38,7 @@ public:
        static const int TYPE_DEBUG_VIDEO_VIEW; ///< real-time video viewing (i.e. "playback")
        static const int TYPE_DISK;
        static const int TYPE_DEBUG_PLAYER;     ///< the Player class
+       static const int TYPE_DEBUG_AUDIO_ANALYSIS; ///< audio analysis job
 
        explicit LogEntry (int type);
        virtual ~LogEntry () {}