On 5/12/23 17:46, Paul B Mahol wrote:
Attached. _______________________________________________ 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".
+ int64_t distance = FFABS(a[i] - b[i]); + + distance *= distance; + if (dist >= limit - distance) Why take the absolute value here? _______________________________________________ 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".
