summaryrefslogtreecommitdiff
path: root/libavcodec/pngdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/pngdec.c')
-rw-r--r--libavcodec/pngdec.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/pngdec.c b/libavcodec/pngdec.c
index c619e01b15..cee97b321e 100644
--- a/libavcodec/pngdec.c
+++ b/libavcodec/pngdec.c
@@ -30,10 +30,6 @@
#include "pngdsp.h"
#include "thread.h"
-/* TODO:
- * - add 16 bit depth support
- */
-
#include <zlib.h>
typedef struct PNGDecContext {