commit | 15a40b27beb0a85d7f11d747bfc587dbeb69a96c | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | Mon Jan 21 08:32:23 2019 -0500 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Thu Feb 07 12:11:19 2019 -0500 |
tree | dfb30013a9a2e6d5ff2ae27a329439d0321389db | |
parent | 63635b54e07f646aa1d8e54c96b099162a226f7d [diff] |
media: videobuf: use u64 for the timestamp internally Just like vb2 does, use u64 internally to store the timestamps of the buffers. Only convert to timeval when interfacing with userspace. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>