Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / player_video.h
index 0a6cab9069e189c9ea6bdf1161a1a9912edf59a1..77e19a80e7c911057aa1bd29897a763fc99b93e1 100644 (file)
 
 #include "types.h"
 #include "position.h"
+#include "dcpomatic_time.h"
 #include "colour_conversion.h"
 #include "position_image.h"
+#include "data.h"
 extern "C" {
 #include <libavutil/pixfmt.h>
 }
@@ -29,7 +31,6 @@ extern "C" {
 class Image;
 class ImageProxy;
 class Socket;
-class Data;
 
 /** Everything needed to describe a video frame coming out of the player, but with the
  *  bits still their raw form.  We may want to combine the bits on a remote machine,