TLescoatTFX

Results 7 comments of TLescoatTFX

Thanks, but I think the default shall not be aborting. It should be throwing an exception for example, which would crash anyway if it's not catched. By the way, encountering...

I'm glad you find such suggestion reasonable ! The behavior of OpenCV seems also good, I think they put the `abort()` so that the static analysis understands better that the...

Hard disagree: - NaN are *not* UB, from my understanding it is implementation-defined (but everyone use IEEE754). - abort() gets in the way of debuggers, while also hiding the error....

I see, but I would actually prefer it to behave exactly like the custom libraries: build if not present, else do not rebuild. I do not want to set `SKIP_ffmpeg`...

@microsoft-github-policy-service agree company="Tyndall FX"

Thank for the review ! This library works perfectly on ARM64 (I actually used it on arm-mac, iOS and Android) but I think the build error is just because of...

Given that the patch is quite simple, I added it so that the library is also available on Windows ARM.