calculate jitter percentage in jitterbuffer to factor into conditions for reducing the size when in adaptave mode

This commit is contained in:
Anthony Minessale
2014-09-10 04:16:56 +05:00
parent 66302cac89
commit 37d7fb7888
3 changed files with 76 additions and 25 deletions
+2
View File
@@ -172,6 +172,8 @@ typedef struct {
uint32_t clean_count;
uint32_t consecutive_good_count;
uint32_t consecutive_bad_count;
double period_jitter_percent;
double period_missing_percent;
} stfu_report_t;
typedef void (*stfu_n_call_me_t)(stfu_instance_t *i, void *);