summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/error_diffusion.c
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2024-02-08 04:51:33 -0500
committerDudemanguy <random342@airmail.cc>2024-02-11 04:01:24 +0000
commit71598ca07eec3715ab6c0fce9f89be1c1c3b0798 (patch)
tree6a0513711e026f06f13a2e20937c9ee559194286 /video/out/gpu/error_diffusion.c
parent86e088273323499a9a3fc6b49149ee585f13e217 (diff)
downloadmpv-71598ca07eec3715ab6c0fce9f89be1c1c3b0798.tar.bz2
mpv-71598ca07eec3715ab6c0fce9f89be1c1c3b0798.tar.xz
various: replace dead links in comments
Replace various dead links with live replacements or archives. Less friction for anyone who wants to look up these references.
Diffstat (limited to 'video/out/gpu/error_diffusion.c')
-rw-r--r--video/out/gpu/error_diffusion.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/video/out/gpu/error_diffusion.c b/video/out/gpu/error_diffusion.c
index c1ea542c86..72063c39a1 100644
--- a/video/out/gpu/error_diffusion.c
+++ b/video/out/gpu/error_diffusion.c
@@ -227,7 +227,8 @@ void pass_error_diffusion(struct gl_shader_cache *sc,
}
// Different kernels for error diffusion.
-// Patterns are from http://www.efg2.com/Lab/Library/ImageProcessing/DHALF.TXT
+// Patterns are from <https://web.archive.org/web/20181031005427/
+// http://www.efg2.com/Lab/Library/ImageProcessing/DHALF.TXT>
const struct error_diffusion_kernel mp_error_diffusion_kernels[] = {
{
.name = "simple",