From 09ce3177bb9d2fc421f5020c5ef44dfc2f84f852 Mon Sep 17 00:00:00 2001 From: James Zern Date: Mon, 26 Feb 2018 23:03:02 -0800 Subject: [PATCH] datarate_test: correct last_pts_ref_ type use vpx_codec_pts_t to match last_pts_; this quiets a conversion warning under visual studio Change-Id: I3f1c146fc13f2edfb515d76730a9ef063846bf69 --- test/datarate_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/datarate_test.cc b/test/datarate_test.cc index aa6266d51..70be44ec4 100644 --- a/test/datarate_test.cc +++ b/test/datarate_test.cc @@ -1648,7 +1648,7 @@ class DatarateOnePassCbrSvc vpx_svc_ref_frame_config_t ref_frame_config; int update_pattern_; bool change_bitrate_; - int last_pts_ref_; + vpx_codec_pts_t last_pts_ref_; }; // Check basic rate targeting for 1 pass CBR SVC: 2 spatial layers and 1