]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_xbr.c
libavfilter/vf_sr.c: Removes uint8 -> float and float -> uint8 conversions.
[ffmpeg] / libavfilter / vf_xbr.c
index 78094e028777ae4eb7bc116740dca07ed0ef0a66..2c71871d22db45ee31369d132bbee062d45768bf 100644 (file)
@@ -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
  */