You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
The Stabilize_Video test fails on platforms that doesn't support
accelerated colorspace conversion from yuv420p to rgba.
e8e4863325/libswscale/yuv2rgb.c (L678-L696)
This PR fixes it by rounding the result that caused the test failure.
On x86_64, y = -0.001074643496478603
On riscv64, y = -0.0009904620157904118
3.2 KiB
3.2 KiB