Replace _floor with _round in dcp_to_content_video. _floor breaks
authorCarl Hetherington <cth@carlh.net>
Tue, 25 Aug 2015 18:35:03 +0000 (19:35 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 25 Aug 2015 20:04:51 +0000 (21:04 +0100)
commite386b94425586760374d8e1cb16be99af09cf07f
tree99248d224bce3d4715e9a09a50fc2555f74618f7
parentfb5167c9bf8b0063c9ee49b52ecd8d8118d3c27b
Replace _floor with _round in dcp_to_content_video.  _floor breaks
playback on Win XP 32 as the player keeps requesting the same
frame from the decoder rather than the next one.
src/lib/player.cc