summaryrefslogtreecommitdiff
path: root/libavfilter/vf_xbr.c
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2014-11-10 06:34:11 +0100
committerClément Bœsch <u@pkh.me>2014-11-10 06:34:11 +0100
commit30466cac9d599d0633050d09f7644fb6f6dbaa7b (patch)
treef86c4bac47da300dffcdc8b015f7bc315975e857 /libavfilter/vf_xbr.c
parent937ebb84357917c3a6af31465fe29c7a4ca25031 (diff)
avfilter/xbr: drop yet another x2 reference
Diffstat (limited to 'libavfilter/vf_xbr.c')
-rw-r--r--libavfilter/vf_xbr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_xbr.c b/libavfilter/vf_xbr.c
index d8945c3beb..b06e91f898 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