diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-26 15:14:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-11-26 15:14:11 +0000 |
| commit | 5bbf16e87ca09369174c9d2bb7f7fe94b6d70275 (patch) | |
| tree | 16b11c4d6480523711b4261e6f064aa58b0f5707 /src/lib/raw_image_proxy.cc | |
| parent | 51468148d3dde7cb4be3dae6442e5ef6bcafda2b (diff) | |
Reduce during J2K decode where possible for playback (#986).
Diffstat (limited to 'src/lib/raw_image_proxy.cc')
| -rw-r--r-- | src/lib/raw_image_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/raw_image_proxy.cc b/src/lib/raw_image_proxy.cc index 6ebcee60c..ea702f138 100644 --- a/src/lib/raw_image_proxy.cc +++ b/src/lib/raw_image_proxy.cc @@ -53,7 +53,7 @@ RawImageProxy::RawImageProxy (shared_ptr<cxml::Node> xml, shared_ptr<Socket> soc } shared_ptr<Image> -RawImageProxy::image (optional<dcp::NoteHandler>) const +RawImageProxy::image (optional<dcp::NoteHandler>, optional<dcp::Size>) const { return _image; } |
