Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-01-27 22:56:44 +0300
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-01-27 22:56:44 +0300
commit54f49bd3781cde3a152772067531016219e4dcbc (patch)
treee1e7ccc2ee20f7071bcd4a7b1f897d11a60e05b6 /libavcodec/imgconvert.c
parent3662e55943d3b3dd351eb683f5abfbca01952f5c (diff)
parent9d3ea5cbf57e30bf2717a9ce64e858dad8a02aa6 (diff)
Merge commit '9d3ea5cbf57e30bf2717a9ce64e858dad8a02aa6'
* commit '9d3ea5cbf57e30bf2717a9ce64e858dad8a02aa6': imgconvert: Drop outdated comment block Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'libavcodec/imgconvert.c')
-rw-r--r--libavcodec/imgconvert.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c
index 7d5dff6a83..a856b06860 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"