summaryrefslogtreecommitdiff
path: root/yavta.c
diff options
context:
space:
mode:
Diffstat (limited to 'yavta.c')
-rw-r--r--yavta.c3
1 files changed, 3 insertions, 0 deletions
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";
}