diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-01-19 16:11:42 -0500 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-01-21 15:33:19 -0500 |
commit | 9d3ea5cbf57e30bf2717a9ce64e858dad8a02aa6 (patch) | |
tree | d2b17543eac9fc08603b71ee82842af8057e2f39 | |
parent | e93aa2c9e7b3599aee6a5820760fc1a2c629dea0 (diff) | |
download | ffmpeg-9d3ea5cbf57e30bf2717a9ce64e858dad8a02aa6.tar.gz |
imgconvert: Drop outdated comment block
-rw-r--r-- | libavcodec/imgconvert.c | 6 |
1 files changed, 0 insertions, 6 deletions
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" |