diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c index 6354868631..218b93f021 100644 --- a/libavcodec/imgconvert.c +++ b/libavcodec/imgconvert.c @@ -24,12 +24,6 @@ * misc image conversion routines */ -/* TODO: - * - write 'ffimg' program to test all the image related stuff - * - move all api to slice based system - * - integrate deinterlacing, postprocessing and scaling in the conversion process - */ - #include "avcodec.h" #include "imgconvert.h" #include "internal.h"