aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/loss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/loss.c b/src/common/loss.c
index d8ce2a5..0e37f95 100644
--- a/src/common/loss.c
+++ b/src/common/loss.c
@@ -51,7 +51,7 @@ void audio_reset_loss(loss_t *loss)
loss->level_count = 0;
}
-#define LOSS_MAX_DIFF 1.1 /* 10 % difference */
+#define LOSS_MAX_DIFF 1.2 /* 20 % difference */
/* call this for every interval */
int audio_detect_loss(loss_t *loss, double level)