Skip to content

lib: Properly mark threads above 32 as available

Martin Storsjö requested to merge mstorsjo/dav1d:thread-available-shift into master

This fixes the following MSVC warning: ../src/lib.c(460): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)

Merge request reports