Fixed overflow error with time values 62/33762/1
authorDavid Steele <david.steele@partner.samsung.com>
Wed, 14 Jan 2015 12:19:06 +0000 (12:19 +0000)
committerDavid Steele <david.steele@partner.samsung.com>
Wed, 14 Jan 2015 12:19:06 +0000 (12:19 +0000)
commitb29a3545b7dab490edfbacdec40455049cc008a2
tree8c82e6aa614e286468d539a992fee12e2b6e3e48
parenta4817f6e1c282988a548f73d1db43b9111a7b12e
Fixed overflow error with time values

Frame time was converting system time (2 uint32's) into a uint64,
but without promoting to uint64s first, so conversion from seconds to
microseconds was overflowing.

Change-Id: I0d7afa96d1f83d6bf1413647e118a4a44510fe35
Signed-off-by: David Steele <david.steele@partner.samsung.com>
adaptors/base/frame-time.cpp