Merge master.
[dcpomatic.git] / src / lib / player_video_frame.h
index 225b0a4bafe43c8dee4be008b8e5bdb5b519fb1b..4c6a9c63008cd6b30f2898b27e8b9e8974dddd8a 100644 (file)
@@ -27,6 +27,7 @@ class Image;
 class ImageProxy;
 class Scaler;
 class Socket;
+class Log;
 
 /** 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,
@@ -36,7 +37,7 @@ class PlayerVideoFrame
 {
 public:
        PlayerVideoFrame (boost::shared_ptr<const ImageProxy>, Crop, dcp::Size, dcp::Size, Scaler const *, Eyes, Part, ColourConversion);
-       PlayerVideoFrame (boost::shared_ptr<cxml::Node>, boost::shared_ptr<Socket>);
+       PlayerVideoFrame (boost::shared_ptr<cxml::Node>, boost::shared_ptr<Socket>, boost::shared_ptr<Log>);
 
        void set_subtitle (PositionImage);