datarate_test,DatarateTestLarge: normalize bits type
quiets a msvc warning: conversion from 'const int64_t' to 'size_t', possible loss of data Change-Id: I90a2ac6b040454dac7434fc9b63b98c42ea127b1
This commit is contained in:
parent
57adf3d573
commit
73b11ec876
@ -135,7 +135,7 @@ class DatarateTestLarge : public ::libvpx_test::EncoderTest,
|
|||||||
double duration_;
|
double duration_;
|
||||||
double file_datarate_;
|
double file_datarate_;
|
||||||
double effective_datarate_;
|
double effective_datarate_;
|
||||||
size_t bits_in_last_frame_;
|
int64_t bits_in_last_frame_;
|
||||||
int denoiser_on_;
|
int denoiser_on_;
|
||||||
int denoiser_offon_test_;
|
int denoiser_offon_test_;
|
||||||
int denoiser_offon_period_;
|
int denoiser_offon_period_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user