X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_video.h;h=af4712b2b1cd2ff2e4ba262c646ce95ea5991fed;hb=f188128e2577942f030374631d3cf1324a00624a;hp=e8e90260ce9955fd390be34a4135489187710a07;hpb=73f52e94953848c696725defd3d7f5c4c30707e2;p=dcpomatic.git diff --git a/src/lib/dcp_video.h b/src/lib/dcp_video.h index e8e90260c..af4712b2b 100644 --- a/src/lib/dcp_video.h +++ b/src/lib/dcp_video.h @@ -18,14 +18,14 @@ */ -#include #include "util.h" +#include +#include /** @file src/dcp_video_frame.h * @brief A single frame of video destined for a DCP. */ -class Film; class ServerDescription; class Scaler; class Image; @@ -49,7 +49,7 @@ public: DCPVideo (boost::shared_ptr, int, int, int, Resolution, bool b, boost::shared_ptr); DCPVideo (boost::shared_ptr, cxml::ConstNodePtr, boost::shared_ptr); - boost::shared_ptr encode_locally (); + boost::shared_ptr encode_locally (dcp::NoteHandler note); boost::shared_ptr encode_remotely (ServerDescription); int index () const { @@ -57,6 +57,8 @@ public: } Eyes eyes () const; + + bool same (boost::shared_ptr other) const; private: