]> granicus.if.org Git - libvpx/commit
twopass_encoder.c: Silence MSVC data loss warnings.
authorTom Finegan <tomfinegan@google.com>
Wed, 19 Feb 2014 22:44:35 +0000 (14:44 -0800)
committerTom Finegan <tomfinegan@google.com>
Wed, 19 Feb 2014 22:44:35 +0000 (14:44 -0800)
commit3118aba32cdd32bcc3df109b11d31d6c409ff988
tree90a13e1d01e9c9fb1fa20d566831d8ce166ba2f0
parent14e3d317cd154e9a4efbf1fc371a645374cb5ac6
twopass_encoder.c: Silence MSVC data loss warnings.

Use unsigned int instead of uint64_t for duration and deadline
arguments to functions get_frame_stats() and encode_frame().

Change-Id: I1f26a7afc38ae89916b2c67415ced26fdc9d53e7
examples/twopass_encoder.c