14 lines
537 B
Diff
14 lines
537 B
Diff
diff --git a/qimage-plugins/libraw/rawiohandler.cpp b/qimage-plugins/libraw/rawiohandler.cpp
|
|
index 9fd56da..bd669f0 100644
|
|
--- a/qimage-plugins/libraw/rawiohandler.cpp
|
|
+++ b/qimage-plugins/libraw/rawiohandler.cpp
|
|
@@ -84,7 +84,7 @@ bool RawIOHandlerPrivate::load(QIODevice *device)
|
|
|
|
stream = new Datastream(device);
|
|
raw = new LibRaw;
|
|
- raw->imgdata.params.use_rawspeed = 1;
|
|
+ raw->imgdata.rawparams.use_rawspeed = 1;
|
|
if (raw->open_datastream(stream) != LIBRAW_SUCCESS) {
|
|
delete raw;
|
|
raw = nullptr;
|