[PATCH 4/9] windowscodecs: Add support for 3bps RGB format to TIFF decoder.

Esme Povirk (they/them) vincent at codeweavers.com
Tue Apr 21 10:39:03 CDT 2020


+        decode_info->bpp = max(bps, 8) * samples;

Why do we limit bps to 8 in this calculation?



More information about the wine-devel mailing list