12 lines
466 B
Diff
12 lines
466 B
Diff
--- a/operations/external/raw-load.c~ 2022-07-13 15:16:56.000000000 -0500
|
|
+++ a/operations/external/raw-load.c 2022-12-20 14:14:23.878428728 -0600
|
|
@@ -114,7 +114,7 @@
|
|
g_warning ("raw-load: Error Initializing raw library");
|
|
else
|
|
{
|
|
- p->LibRaw->params.shot_select = o->image_num;
|
|
+ p->LibRaw->rawparams.shot_select = o->image_num;
|
|
|
|
p->LibRaw->params.aber[0] = 1.0;
|
|
p->LibRaw->params.aber[2] = 1.0;
|