Replace dcp::Data with dcp::ArrayData
[dcpomatic.git] / src / lib / dcp_video.h
index 81ddc4470c9e748f81289262a3da382eae11ee68..aa11d7d3c62b4b1591efd3d0ec77d774e1f57355 100644 (file)
@@ -21,7 +21,7 @@
 #include "types.h"
 #include "encode_server_description.h"
 #include <libcxml/cxml.h>
-#include <dcp/data.h>
+#include <dcp/array_data.h>
 
 /** @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<const PlayerVideo>, int, int, int, Resolution);
        DCPVideo (boost::shared_ptr<const PlayerVideo>, 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;