Not nice dropping of frames (with bad jitter)

This commit is contained in:
Kamil Trzcinski
2022-04-07 13:12:41 +02:00
parent e86bedd95a
commit c86112ae77
3 changed files with 35 additions and 12 deletions

View File

@ -12,6 +12,7 @@ typedef struct buffer_lock_s {
uint64_t buf_time_us;
int counter;
int refs;
int dropped;
uint64_t timeout_us;
} buffer_lock_t;