Skip to content

msac: Add a cast to indicate intended narrowing from size_t to unsigned

Martin Storsjö requested to merge mstorsjo/dav1d:msvc-msac-warning into master

This fixes this compiler warning with MSVC:

../src/msac.c(148): warning C4267: '+=': conversion from 'size_t' to 'unsigned int', possible loss of data

Merge request reports