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/j2k_image_proxy.cc | |
| parent | b1dc9c3a2f7e55c9afc5bf2d5b465371b048e14f (diff) | |
Move raw_convert into libdcp.
Diffstat (limited to 'src/lib/j2k_image_proxy.cc')
| -rw-r--r-- | src/lib/j2k_image_proxy.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/j2k_image_proxy.cc b/src/lib/j2k_image_proxy.cc index a2685bb49..707a088e9 100644 --- a/src/lib/j2k_image_proxy.cc +++ b/src/lib/j2k_image_proxy.cc @@ -21,7 +21,7 @@ #include "j2k_image_proxy.h" #include "dcpomatic_socket.h" #include "image.h" -#include "raw_convert.h" +#include <dcp/raw_convert.h> #include <dcp/openjpeg_image.h> #include <dcp/mono_picture_frame.h> #include <dcp/stereo_picture_frame.h> @@ -40,6 +40,7 @@ using boost::shared_ptr; using boost::optional; using boost::dynamic_pointer_cast; using dcp::Data; +using dcp::raw_convert; /** Construct a J2KImageProxy from a JPEG2000 file */ J2KImageProxy::J2KImageProxy (boost::filesystem::path path, dcp::Size size, AVPixelFormat pixel_format) |
