summaryrefslogtreecommitdiff
path: root/src/lib/image_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-11-07 22:33:37 +0000
committerCarl Hetherington <cth@carlh.net>2014-11-07 22:33:37 +0000
commit87da92b45a9a0cf4ce809ea580a78c4dd5d96021 (patch)
tree4aeb53945102dbbd373b522917b6878478f5d206 /src/lib/image_decoder.cc
parent9980c40a47abe24f8dd3cb16e14ad4a3254a8465 (diff)
Remove log from ImageProxy hierarchy.
Diffstat (limited to 'src/lib/image_decoder.cc')
-rw-r--r--src/lib/image_decoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image_decoder.cc b/src/lib/image_decoder.cc
index 8702c1a33..53ef7bae7 100644
--- a/src/lib/image_decoder.cc
+++ b/src/lib/image_decoder.cc
@@ -49,7 +49,7 @@ ImageDecoder::pass ()
if (!_image_content->still() || !_image) {
/* Either we need an image or we are using moving images, so load one */
- _image.reset (new MagickImageProxy (_image_content->path (_image_content->still() ? 0 : _video_position), _image_content->film()->log ()));
+ _image.reset (new MagickImageProxy (_image_content->path (_image_content->still() ? 0 : _video_position)));
}
video (_image, _video_position);