summaryrefslogtreecommitdiff
path: root/libavfilter/vf_xbr.c
diff options
context:
space:
mode:
authorMina <minas.gorgy@gmail.com>2018-08-08 21:49:02 +0200
committerGyan Doshi <ffmpeg@gyani.pro>2018-08-09 10:35:00 +0530
commite0539f0349e945793c11cd88c468d9a2f3fedce9 (patch)
treefd7b5909e7757ca4084e0e74b3d13721e8605f8f /libavfilter/vf_xbr.c
parent6130068453a9634f7dea5ba9a00342a4f8ea656d (diff)
lavfi/xbr: update filter url
Existing link is broken. This patch updates the existing url with a working one. Signed-off-by: Mina <minasamy_@hotmail.com> Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
Diffstat (limited to 'libavfilter/vf_xbr.c')
-rw-r--r--libavfilter/vf_xbr.c2
1 files changed, 1 insertions, 1 deletions
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
*/