DescriptionMake ChunkDemuxer::SetTimestampOffset take a TimeDelta instead of double
ChunkDemuxerTest.TestDurationChangeTimestampOffset tickled a precision error in
32-bit linux due to the division by InSecondsF(). This situation can be avoided
by moving the double -> TimeDelta conversion into WebMediaPlayerImpl so that
ChunkDemuxer can compute all times in terms of TimeDeltas.
BUG=NONE
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=151601
Patch Set 1 #
Total comments: 1
Patch Set 2 : better solution #
Total comments: 4
Patch Set 3 : fix comment #
Messages
Total messages: 5 (0 generated)
|