X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fjpeg2000_encoder.h;h=f77110b54685d6b1ccd988aeb125d22561da188c;hb=eb0bdad79aa8a8b32e7d23149cf0a0c8f1dfd380;hp=0f907e1ba0ac1c783167d4db2f07115044d40f99;hpb=46659619edffe56bc814d6c49a057db22a117194;p=dcpomatic.git diff --git a/src/lib/jpeg2000_encoder.h b/src/lib/jpeg2000_encoder.h index 0f907e1ba..f77110b54 100644 --- a/src/lib/jpeg2000_encoder.h +++ b/src/lib/jpeg2000_encoder.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 Carl Hetherington + Copyright (C) 2015-2016 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,8 +21,8 @@ #define DCPOMATIC_JPEG2000_ENCODER_H #include "types.h" -#include "data.h" #include +#include #include #include #include @@ -46,7 +46,7 @@ public: * @return Encoded JPEG2000 data. */ - Data encode ( + dcp::Data encode ( boost::shared_ptr input, int bandwidth, int frame_rate, @@ -61,7 +61,7 @@ public: protected: - virtual Data do_encode ( + virtual dcp::Data do_encode ( boost::shared_ptr input ) = 0;