April 21, 2020
3:39 p.m.
+ decode_info->bpp = max(bps, 8) * samples; Why do we limit bps to 8 in this calculation?
+ decode_info->bpp = max(bps, 8) * samples; Why do we limit bps to 8 in this calculation?