From 7b76ba36f2a5e82d2a4b7c9ea4f92290f3e432ba Mon Sep 17 00:00:00 2001 From: Sakari Ailus Date: Sat, 12 Apr 2014 16:24:02 +0300 Subject: Support copy timestamps Signed-off-by: Sakari Ailus --- yavta.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/yavta.c b/yavta.c index e3b04e3..87e2f31 100644 --- a/yavta.c +++ b/yavta.c @@ -726,6 +726,9 @@ static void get_ts_flags(uint32_t flags, const char **ts_type, const char **ts_s case V4L2_BUF_FLAG_TIMESTAMP_MONOTONIC: *ts_type = "mono"; break; + case V4L2_BUF_FLAG_TIMESTAMP_COPY: + *ts_type = "copy"; + break; default: *ts_type = "inv"; } -- cgit v1.2.3