X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_video.h;h=cb38cd542db16471aa2580325ff7c4b659b47e60;hb=79af506328e80ad84cbe0dddaf2e1a21d4df1fe8;hp=8fd668b00dc7402a016a171b5967b54dcded8fa8;hpb=89ee4cc6019036fa4fc0a6e07e052ffdc3b136ac;p=dcpomatic.git diff --git a/src/lib/dcp_video.h b/src/lib/dcp_video.h index 8fd668b00..cb38cd542 100644 --- a/src/lib/dcp_video.h +++ b/src/lib/dcp_video.h @@ -18,21 +18,17 @@ */ -#include "util.h" -#include +#include "types.h" +#include "data.h" +#include "server_description.h" #include /** @file src/dcp_video_frame.h * @brief A single frame of video destined for a DCP. */ -class ServerDescription; -class Scaler; -class Image; class Log; -class Subtitle; class PlayerVideo; -class Data; /** @class DCPVideo * @brief A single frame of video destined for a DCP. @@ -60,6 +56,8 @@ public: bool same (boost::shared_ptr other) const; + static boost::shared_ptr convert_to_xyz (boost::shared_ptr frame, dcp::NoteHandler note); + private: void add_metadata (xmlpp::Element *) const;