commit | 338bf0048faab4c20b0767620c524b9636c31a04 | [log] [tgz] |
---|---|---|
author | a.berwal <a.berwal@samsung.com> | Wed Apr 22 11:14:50 2015 |
committer | Commit bot <commit-bot@chromium.org> | Wed Apr 22 11:15:03 2015 |
tree | 9658711dd7bb9040958ad653a6a9c07f5a12376e | |
parent | 8636595314c3d46ca4edf53d67403dad56998209 [diff] |
Switch to double for time calculations using playback rate. Multiplying an int64 against a float causes the float type to prevail which does not have enough precision for accurate time value computations. BUG= 475964 TBR=lcwu1, gunsch Review URL: https://codereview.chromium.org/1094783002 Cr-Commit-Position: refs/heads/master@{#326269}