]> granicus.if.org Git - libvpx/commit
datarate_test: correct last_pts_ref_ type
authorJames Zern <jzern@google.com>
Tue, 27 Feb 2018 07:03:02 +0000 (23:03 -0800)
committerJames Zern <jzern@google.com>
Tue, 27 Feb 2018 07:03:02 +0000 (23:03 -0800)
commit09ce3177bb9d2fc421f5020c5ef44dfc2f84f852
treef67865572d0e6ac8a330cd24dca3a2a257479aa3
parent8de0404ed99ffd99fd8ee5cd7dbddfc8d9ec011f
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