--- FreeImage/Source/FreeImage/PluginRAW.cpp 2023-08-31 13:53:33.287777198 +0000 +++ FreeImage/Source/FreeImage/PluginRAW.cpp~ 2023-08-31 13:52:19.623661566 +0000 @@ -691,7 +691,7 @@ // -------------------------------------------- // (-s [0..N-1]) Select one raw image from input file - RawProcessor->imgdata.params.shot_select = 0; + RawProcessor->imgdata.rawparams.shot_select = 0; // (-w) Use camera white balance, if possible (otherwise, fallback to auto_wb) RawProcessor->imgdata.params.use_camera_wb = 1; // (-M) Use any color matrix from the camera metadata. This option only affects Olympus, Leaf, and Phase One cameras.