diff options
author | Clément Bœsch <u@pkh.me> | 2014-11-15 21:13:18 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-11-15 21:13:18 +0100 |
commit | c4fb79a3db1abaee16406667745a64d5b6c8ab94 (patch) | |
tree | 6aed2157bed569efdd0e28848b872894c30e12be /libavfilter | |
parent | 9a796f7f18e45a21ae55d6b8b4a28865bae52c66 (diff) | |
download | ffmpeg-c4fb79a3db1abaee16406667745a64d5b6c8ab94.tar.gz |
avfilter/xbr: remove FATE test entry from @todo
See 57688aecbd720f4b02acc65b5006b14b7dd6a9f4
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/vf_xbr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |