diff options
Diffstat (limited to 'src/lib/dcp_video.h')
| -rw-r--r-- | src/lib/dcp_video.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/dcp_video.h b/src/lib/dcp_video.h index cb38cd542..995ceb547 100644 --- a/src/lib/dcp_video.h +++ b/src/lib/dcp_video.h @@ -19,9 +19,9 @@ */ #include "types.h" -#include "data.h" #include "server_description.h" #include <libcxml/cxml.h> +#include <dcp/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, boost::shared_ptr<Log>); DCPVideo (boost::shared_ptr<const PlayerVideo>, cxml::ConstNodePtr, boost::shared_ptr<Log>); - Data encode_locally (dcp::NoteHandler note); - Data encode_remotely (ServerDescription); + dcp::Data encode_locally (dcp::NoteHandler note); + dcp::Data encode_remotely (ServerDescription); int index () const { return _index; |
