wcap: Space out frames according to timestamps
diff --git a/wcap/wcap-decode.h b/wcap/wcap-decode.h
index 8cf45d3..d630415 100644
--- a/wcap/wcap-decode.h
+++ b/wcap/wcap-decode.h
@@ -51,6 +51,8 @@
 	void *map, *p, *end;
 	uint32_t *frame;
 	uint32_t format;
+	uint32_t msecs;
+	uint32_t count;
 	int width, height;
 };