X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fdcp_video_frame.h;h=7393efde699d1a4ad1f6560c50a102dddcb0eb8e;hp=e4006d98683af8c9ff58e9d0eafc9040686d9c56;hb=39bc73fe192f932ed6695eb87b19de446e8b4f55;hpb=884093edac5f63d26c02d411c73dfb52376ccf8f diff --git a/src/lib/dcp_video_frame.h b/src/lib/dcp_video_frame.h index e4006d986..7393efde6 100644 --- a/src/lib/dcp_video_frame.h +++ b/src/lib/dcp_video_frame.h @@ -18,9 +18,7 @@ */ -#include -#include -#include +#include #include "util.h" /** @file src/dcp_video_frame.h @@ -50,7 +48,7 @@ public: void send (boost::shared_ptr socket); void write (boost::shared_ptr, int, Eyes) const; - void write_info (boost::shared_ptr, int, Eyes, libdcp::FrameInfo) const; + void write_info (boost::shared_ptr, int, Eyes, dcp::FrameInfo) const; /** @return data */ uint8_t* data () const { @@ -104,7 +102,7 @@ class DCPVideoFrame : public boost::noncopyable { public: DCPVideoFrame (boost::shared_ptr, int, int, int, Resolution, boost::shared_ptr); - DCPVideoFrame (boost::shared_ptr, boost::shared_ptr, boost::shared_ptr); + DCPVideoFrame (boost::shared_ptr, cxml::ConstNodePtr, boost::shared_ptr); boost::shared_ptr encode_locally (); boost::shared_ptr encode_remotely (ServerDescription);