X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fplayer_video_frame.h;fp=src%2Flib%2Fplayer_video_frame.h;h=4c6a9c63008cd6b30f2898b27e8b9e8974dddd8a;hp=225b0a4bafe43c8dee4be008b8e5bdb5b519fb1b;hb=3574212ee42b2bd924eb95d5c0f4f69ec9e0a2f0;hpb=24d54ea7fe1ba128cf8d3521d6738fc73a7c623e 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, Crop, dcp::Size, dcp::Size, Scaler const *, Eyes, Part, ColourConversion); - PlayerVideoFrame (boost::shared_ptr, boost::shared_ptr); + PlayerVideoFrame (boost::shared_ptr, boost::shared_ptr, boost::shared_ptr); void set_subtitle (PositionImage);