Signed-off-by: Sakari Ailus <sakari.ai...@iki.fi>
---
 yavta.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/yavta.c b/yavta.c
index 9810dcf..124dd1d 100644
--- a/yavta.c
+++ b/yavta.c
@@ -668,6 +668,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 = "monotonic";
                break;
+       case V4L2_BUF_FLAG_TIMESTAMP_COPY:
+               *ts_type = "copy";
+               break;
        default:
                *ts_type = "invalid";
        }
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to