diff options
Diffstat (limited to 'src/lib/player_video_frame.h')
| -rw-r--r-- | src/lib/player_video_frame.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/player_video_frame.h b/src/lib/player_video_frame.h index 225b0a4ba..4c6a9c630 100644 --- a/src/lib/player_video_frame.h +++ b/src/lib/player_video_frame.h @@ -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); |
