commit | e4d45dd81e67f9fe0e1af44bddd53c3d4eb061ea | [log] [tgz] |
---|---|---|
author | Abhilash Jindal <klock.android@gmail.com> | Tue Aug 11 12:09:49 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Sun Aug 16 13:29:31 2015 -0300 |
tree | a68e254fa804ffa5b60ff11949d42a1aa5b824a9 | |
parent | 8f7a5f462a255b4395e5f0f08c045dc8af6efd55 [diff] |
[media] zoran: Use monotonic time Wall time obtained from do_gettimeofday is susceptible to sudden jumps due to user setting the time or due to NTP. Monotonic time is constantly increasing time better suited for comparing two timestamps. Signed-off-by: Abhilash Jindal <klock.android@gmail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>