Skip to content

Commit

Permalink
Set frame similarity threshold to reduce fast verification fails (go-…
Browse files Browse the repository at this point in the history
…livepeer issue #2654) (livepeer#30)
  • Loading branch information
cyberj0g authored and ad-astra-video committed Feb 25, 2024
1 parent 57ff63c commit c54a986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libavfilter/vf_signature.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c54a986

Please sign in to comment.