Make Atmos content work more like other content. Now its MXFs
[dcpomatic.git] / src / lib / log_entry.h
index c15a006d13e1f9b66ce5bb4d66da6aad4648216f..4bace41a43b88a94c978bd066dd3e592ff9fcc75 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2015-2020 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -35,7 +35,9 @@ public:
        static const int TYPE_DEBUG_ENCODE;
        static const int TYPE_TIMING;
        static const int TYPE_DEBUG_EMAIL;
-       static const int TYPE_DEBUG_PLAYER;
+       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
 
        explicit LogEntry (int type);
        virtual ~LogEntry () {}