summaryrefslogtreecommitdiff
path: root/libavfilter/vf_xbr.c
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2014-11-10 06:28:44 +0100
committerClément Bœsch <u@pkh.me>2014-11-10 06:28:44 +0100
commit548a5f7ef6193a17e13e4b3db0f5879421d40c8c (patch)
tree952c5277817cb878474879dc5539778be99c79c9 /libavfilter/vf_xbr.c
parentfc0a91e3cdf5ce26af41a4f236d49b975d7a72c9 (diff)
downloadffmpeg-548a5f7ef6193a17e13e4b3db0f5879421d40c8c.tar.gz
avfilter/xbr: fix TODO entry
Diffstat (limited to 'libavfilter/vf_xbr.c')
-rw-r--r--libavfilter/vf_xbr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavfilter/vf_xbr.c b/libavfilter/vf_xbr.c
index d73d3bdbbd..52ce118d8a 100644
--- a/libavfilter/vf_xbr.c
+++ b/libavfilter/vf_xbr.c
@@ -27,7 +27,8 @@
*
* @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.
+ *
+ * @todo add threading and FATE test
*/
#include "libavutil/opt.h"