1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

imgconvert: Drop outdated comment block

This commit is contained in:
Vittorio Giovara 2016-01-19 16:11:42 -05:00
parent e93aa2c9e7
commit 9d3ea5cbf5

View File

@ -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"