Various build fixes.
[dcpomatic.git] / src / lib / openjpeg_encoder.h
index 94206f056c96b6dcc0fd8294b44bf41994d2ed3f..86362801905e4c28e9ea87da67b530ed4c764a5a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net>
 
     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
@@ -30,5 +30,5 @@ public:
        }
 
 protected:
-       boost::shared_ptr<EncodedData> do_encode (boost::shared_ptr<const dcp::XYZImage> input, dcp::NoteHandler note_handler);
+       dcp::Data do_encode (boost::shared_ptr<const dcp::OpenJPEGImage> input);
 };