[FFmpeg-cvslog] avfilter/xbr: fix TODO entry
Clément Bœsch
git at videolan.org
Mon Nov 10 06:30:21 CET 2014
ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Mon Nov 10 06:28:44 2014 +0100| [548a5f7ef6193a17e13e4b3db0f5879421d40c8c] | committer: Clément Bœsch
avfilter/xbr: fix TODO entry
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=548a5f7ef6193a17e13e4b3db0f5879421d40c8c
---
libavfilter/vf_xbr.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavfilter/vf_xbr.c b/libavfilter/vf_xbr.c
index d73d3bd..52ce118 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"
More information about the ffmpeg-cvslog
mailing list