[FFmpeg-cvslog] avfilter/xbr: consistent use of @see

Clément Bœsch git at videolan.org
Mon Nov 10 06:30:21 CET 2014


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Mon Nov 10 06:26:45 2014 +0100| [fc0a91e3cdf5ce26af41a4f236d49b975d7a72c9] | committer: Clément Bœsch

avfilter/xbr: consistent use of @see

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fc0a91e3cdf5ce26af41a4f236d49b975d7a72c9
---

 libavfilter/vf_xbr.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavfilter/vf_xbr.c b/libavfilter/vf_xbr.c
index 4d312e2..d73d3bd 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.
  */
 



More information about the ffmpeg-cvslog mailing list