Skip to content

annexb: Cast size_t to int before adding to an int

Martin Storsjö requested to merge mstorsjo/dav1d:msvc-sizet-int into master

This fixes these warnings with MSVC: warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data

Merge request reports