Skip to content

cli: Explicitly cast float to int, to silence MSVC warnings

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

This fixes these warnings:

tools/output/y4m2.c(82): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
tools/output/y4m2.c(83): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data

Merge request reports