X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fdcp_video.h;h=aa11d7d3c62b4b1591efd3d0ec77d774e1f57355;hp=81ddc4470c9e748f81289262a3da382eae11ee68;hb=6fa9748f382302fa88292b4219598bb81edc7bd0;hpb=b639b7b20f1ab341194bcd5c76700ca419254d11 diff --git a/src/lib/dcp_video.h b/src/lib/dcp_video.h index 81ddc4470..aa11d7d3c 100644 --- a/src/lib/dcp_video.h +++ b/src/lib/dcp_video.h @@ -21,7 +21,7 @@ #include "types.h" #include "encode_server_description.h" #include -#include +#include /** @file src/dcp_video_frame.h * @brief A single frame of video destined for a DCP. @@ -45,8 +45,8 @@ public: DCPVideo (boost::shared_ptr, int, int, int, Resolution); DCPVideo (boost::shared_ptr, cxml::ConstNodePtr); - dcp::Data encode_locally (); - dcp::Data encode_remotely (EncodeServerDescription, int timeout = 30); + dcp::ArrayData encode_locally (); + dcp::ArrayData encode_remotely (EncodeServerDescription, int timeout = 30); int index () const { return _index;