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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_xbr.c')
-rw-r--r--libavfilter/vf_xbr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/vf_xbr.c b/libavfilter/vf_xbr.c
index 4d312e2b71..d73d3bdbbd 100644
--- a/libavfilter/vf_xbr.c
+++ b/libavfilter/vf_xbr.c
@@ -25,8 +25,8 @@
* XBR Filter is used for depixelization of image.
* This is based on Hyllian's 2xBR shader.
*
- * @see : http://www.libretro.com/forums/viewtopic.php?f=6&t=134
- * @see : https://github.com/yoyofr/iFBA/blob/master/fba_src/src/intf/video/scalers/xbr.cpp
+ * @see http://www.libretro.com/forums/viewtopic.php?f=6&t=134
+ * @see https://github.com/yoyofr/iFBA/blob/master/fba_src/src/intf/video/scalers/xbr.cpp
* Future work : To implement x3 and x4 scale, and threading.
*/