From c54a98630b59e2846b1616590c20dfa74ed066f0 Mon Sep 17 00:00:00 2001 From: Ivan Poleshchuk Date: Thu, 1 Dec 2022 19:12:45 +0400 Subject: [PATCH] Set frame similarity threshold to reduce fast verification fails (go-livepeer issue #2654) (#30) --- libavfilter/vf_signature.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_signature.c b/libavfilter/vf_signature.c index dc4a17ea18dfb..92938cfa16e89 100755 --- a/libavfilter/vf_signature.c +++ b/libavfilter/vf_signature.c @@ -848,7 +848,7 @@ static int compare_signbuffer(uint8_t* signbuf1, int len1, uint8_t* signbuf2, in .filename = NULL, .thworddist = 9000, .thcomposdist = 60000, - .thl1 = 116, + .thl1 = 150, .thdi = 0, .thit = 0.5, .streamcontexts = scontexts