Skip to content

Add a cast to avoid MSVC warning

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

This fixes the following warning: ../src/decode.c(666): warning C4244: '=': conversion from 'uint16_t' to 'uint8_t', possible loss of data

Merge request reports