On Thu, 01 Feb 2024 17:10:50 -0800 Connor Worley <[email protected]> wrote: > + src[0] = (uint8_t) FFMIN(r * 255 / a, 255); > + src[1] = (uint8_t) FFMIN(g * 255 / a, 255); > + src[2] = (uint8_t) FFMIN(b * 255 / a, 255);
av_clip_uint8? _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
