2 Commits
Author SHA1 Message Date
Steve LhommeandMartin Storsjö 50015c2ec9 CI: switch debian-llvm-mingw to UCRT
The msvcrt and ucrt are almost identical except
- C runtime is either msvcrt or UCRT (Universal C Runtime from Vista+ [^1])
- The default target OS is Windows 10 instead of Windows 7 (0x601)

[^1]: https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-c0514201-7fe6-95a3-b0a5-287930f3560c
2026-01-21 13:43:37 +00:00
Steve LhommeandJames Almer adc01378b0 remove multipass wait from dav1d_decode_frame
There's an assert on n_fc == 1 at the beginning of the function. There cannot
be a second pass used here.

Signed-off-by: Steve Lhomme <robux4@videolabs.io>
2022-04-08 02:40:42 +00:00