diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-08 12:45:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-21 16:41:14 +0000 |
| commit | eb0bdad79aa8a8b32e7d23149cf0a0c8f1dfd380 (patch) | |
| tree | 019f1bdb72ba3feb13d71cac32e2505711d472f4 /src/lib/dcp_video.cc | |
| parent | 46659619edffe56bc814d6c49a057db22a117194 (diff) | |
Various build fixes.
Diffstat (limited to 'src/lib/dcp_video.cc')
| -rw-r--r-- | src/lib/dcp_video.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dcp_video.cc b/src/lib/dcp_video.cc index af4c8c3ab..aded330cd 100644 --- a/src/lib/dcp_video.cc +++ b/src/lib/dcp_video.cc @@ -121,6 +121,8 @@ DCPVideo::convert_to_xyz (shared_ptr<const PlayerVideo> frame, dcp::NoteHandler Data DCPVideo::encode_locally (dcp::NoteHandler note) { + shared_ptr<dcp::OpenJPEGImage> xyz = convert_to_xyz (_frame, note); + shared_ptr<JPEG2000Encoder> encoder; if (Config::instance()->encoder ()) { encoder = JPEG2000Encoder::from_id (Config::instance()->encoder().get ()); |
