[FFmpeg-cvslog] avfilter/xbr: drop yet another x2 reference

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


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

avfilter/xbr: drop yet another x2 reference

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

 libavfilter/vf_xbr.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vf_xbr.c b/libavfilter/vf_xbr.c
index d8945c3..b06e91f 100644
--- a/libavfilter/vf_xbr.c
+++ b/libavfilter/vf_xbr.c
@@ -23,7 +23,7 @@
 /**
  * @file
  * XBR Filter is used for depixelization of image.
- * This is based on Hyllian's 2xBR shader.
+ * This is based on Hyllian's xBR 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



More information about the ffmpeg-cvslog mailing list