# HG changeset patch # User drewp@bigasterisk.com # Date 1560210600 0 # Node ID f5fbc6ec5f8781588118154ff5771e139f23e5a9 # Parent 286a34d9ccba17766438e3010cd2e05e9b02bb3f try to reduce flicker on vidref player details Ignore-this: f6a6736cdfbe7782fe768ab806711a8c diff -r 286a34d9ccba -r f5fbc6ec5f87 light9/web/light9-vidref-replay.js --- a/light9/web/light9-vidref-replay.js Mon Jun 10 23:36:54 2019 +0000 +++ b/light9/web/light9-vidref-replay.js Mon Jun 10 23:50:00 2019 +0000 @@ -120,9 +120,9 @@ actual/goal time cursors -->
video time should be ${this.videoTime} - actual = ${rounding(this.outVideoCurrentTime, 3)}, - err = ${rounding(this.timeErr, 3)} - rate = ${rounding(this.playRate, 3)} + actual = ${rounding(this.outVideoCurrentTime, 3, 3, true)}, + err = ${rounding(this.timeErr, 3, 4, true)} + rate = ${rounding(this.playRate, 3, 3, true)}
`; }