Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/video
diff options
context:
space:
mode:
authorRafael Caricio <rafael@caricio.com>2022-10-23 15:22:20 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-10-23 17:16:22 +0300
commitb97a855a51cede2bd673fc53ba272775d64a318a (patch)
treecb92b93abd9f9f2e872fee24f65a777994cc153e /video
parent1929f5872c090985017bf0c691e475bf1acb2e6b (diff)
videocompare: Update README with reference
Diffstat (limited to 'video')
-rw-r--r--video/videofx/src/videocompare/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/videofx/src/videocompare/mod.rs b/video/videofx/src/videocompare/mod.rs
index 51c3df4d4..9239ee3f9 100644
--- a/video/videofx/src/videocompare/mod.rs
+++ b/video/videofx/src/videocompare/mod.rs
@@ -78,7 +78,7 @@ pub enum HashAlgorithm {
DoubleGradient = 3,
#[enum_value(
- name = "Blockhash: The [Blockhash](https://github.com/commonsmachinery/blockhash-rfc) algorithm.",
+ name = "Blockhash: The Blockhash (block median value perceptual hash) algorithm.",
nick = "blockhash"
)]
Blockhash = 4,