Merge commit '16e502f1c50c8c0e10a5e014691e1c812a518c57' into libraw-snapshot-202502

Upgrade LibRaw to snapshot 202502.
This commit is contained in:
Lawrence Lee
2025-03-23 15:05:07 -07:00
98 changed files with 2840 additions and 1457 deletions

View File

@@ -566,7 +566,7 @@ void print_verbose(FILE *outfile, LibRaw &MyCoolRawProcessor, std::string &fn)
{
fprintf(outfile, "\nHighlight linearity limits:");
for (int c = 0; c < 4; c++)
fprintf(outfile, " %ld", C.linear_max[c]);
fprintf(outfile, " %u", C.linear_max[c]);
}
if (P1.colors > 1)