X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_decoder.cc;h=53ef7bae7f02bc480d4d4674bb2690e28cd0fe98;hb=985a83ffbf251db481150221914ef74fbfe549b2;hp=8702c1a33b18692dbc43b89c9e60ab416ef9e50e;hpb=63f506966cc4e9c459b3bcb430a11481f9d3a24a;p=dcpomatic.git 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);