diff options
Diffstat (limited to 'yavta.c')
-rw-r--r-- | yavta.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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"; } |