Improve tracking

This commit is contained in:
Kamil Trzcinski
2022-04-07 12:57:02 +02:00
parent 944b051daa
commit e86bedd95a
4 changed files with 14 additions and 18 deletions

View File

@@ -18,6 +18,7 @@ typedef struct buffer_list_s {
unsigned fmt_width, fmt_height, fmt_format, fmt_bytesperline, fmt_interval_us;
bool do_timestamps;
uint64_t last_enqueued_us;
uint64_t last_dequeued_us;
bool streaming;