diff options
author | Mina <minas.gorgy@gmail.com> | 2018-08-08 21:49:02 +0200 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2018-08-09 10:35:00 +0530 |
commit | e0539f0349e945793c11cd88c468d9a2f3fedce9 (patch) | |
tree | fd7b5909e7757ca4084e0e74b3d13721e8605f8f /libavfilter | |
parent | 6130068453a9634f7dea5ba9a00342a4f8ea656d (diff) | |
download | ffmpeg-e0539f0349e945793c11cd88c468d9a2f3fedce9.tar.gz |
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')
-rw-r--r-- | libavfilter/vf_xbr.c | 2 |
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 */ |