diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-11 11:07:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-12 09:14:05 +0100 |
| commit | 73654117144c6de0ec4efe39ddc88485df546cc9 (patch) | |
| tree | 4402a65c2988ba6e678c4cf51f6e2d48cad424e5 /src/lib/dcp_video.cc | |
| parent | b1dc9c3a2f7e55c9afc5bf2d5b465371b048e14f (diff) | |
Move raw_convert into libdcp.
Diffstat (limited to 'src/lib/dcp_video.cc')
| -rw-r--r-- | src/lib/dcp_video.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/dcp_video.cc b/src/lib/dcp_video.cc index be69f3eed..e3ba7d20f 100644 --- a/src/lib/dcp_video.cc +++ b/src/lib/dcp_video.cc @@ -37,9 +37,9 @@ #include "log.h" #include "cross.h" #include "player_video.h" -#include "raw_convert.h" #include "compose.hpp" #include <libcxml/cxml.h> +#include <dcp/raw_convert.h> #include <dcp/openjpeg_image.h> #include <dcp/rgb_xyz.h> #include <dcp/j2k.h> @@ -62,6 +62,7 @@ using std::cout; using boost::shared_ptr; using dcp::Size; using dcp::Data; +using dcp::raw_convert; #define DCI_COEFFICENT (48.0 / 52.37) |
