From c4fb79a3db1abaee16406667745a64d5b6c8ab94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Sat, 15 Nov 2014 21:13:18 +0100 Subject: [PATCH] avfilter/xbr: remove FATE test entry from @todo See 57688aecbd720f4b02acc65b5006b14b7dd6a9f4 --- 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 2a9da797f5..4f4a8f357b 100644 --- a/libavfilter/vf_xbr.c +++ b/libavfilter/vf_xbr.c @@ -27,7 +27,7 @@ * @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 * - * @todo add threading and FATE test + * @todo add threading */ #include "libavutil/opt.h"