Hi,
While adding documentation in doc/filters.texi as part of [GSOC]Color
Constancy Filter project, I found the url for xbr filter giving an
internal server error. After some search I found another link where the
author of the filter(and algorithm) posts a tutorial for the algorithm.
This patch update the existing url with the newly found one.
Thanks,
Mina
>From 1193d48dfbb572ebbe5e3849950079f0af5765ed Mon Sep 17 00:00:00 2001
From: Mina <minasa...@hotmail.com>
Date: Wed, 8 Aug 2018 21:43:18 +0200
Subject: [PATCH] lavfi: update xbr filter url
Signed-off-by: Mina <minasa...@hotmail.com>
---
doc/filters.texi | 2 +-
libavfilter/vf_xbr.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 0b0903e5a7..792edfd2e1 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -17148,7 +17148,7 @@ separatefields,select=eq(mod(n,4),0)+eq(mod(n,4),3),weave
@section xbr
Apply the xBR high-quality magnification filter which is designed for pixel
art. It follows a set of edge-detection rules, see
-@url{http://www.libretro.com/forums/viewtopic.php?f=6&t=134}.
+@url{https://forums.libretro.com/t/xbr-algorithm-tutorial/123}.
It accepts the following option:
diff --git a/libavfilter/vf_xbr.c b/libavfilter/vf_xbr.c
index 78094e0287..2c71871d22 100644
--- a/libavfilter/vf_xbr.c
+++ b/libavfilter/vf_xbr.c
@@ -24,7 +24,7 @@
* XBR Filter is used for depixelization of image.
* This is based on Hyllian's xBR shader.
*
- * @see http://www.libretro.com/forums/viewtopic.php?f=6&t=134
+ * @see https://forums.libretro.com/t/xbr-algorithm-tutorial/123
* @see https://github.com/yoyofr/iFBA/blob/master/fba_src/src/intf/video/scalers/xbr.cpp
*/
--
2.17.0
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel