avcodec/png: remove obsolete comments

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2013-09-08 15:13:33 +00:00
parent c914c99d4b
commit 7d7b4e8d5c
2 changed files with 0 additions and 8 deletions

View File

@ -30,10 +30,6 @@
#include "pngdsp.h"
#include "thread.h"
/* TODO:
* - add 16 bit depth support
*/
#include <zlib.h>
typedef struct PNGDecContext {

View File

@ -27,10 +27,6 @@
#include "libavutil/avassert.h"
#include "libavutil/opt.h"
/* TODO:
* - add 2, 4 and 16 bit depth support
*/
#include <zlib.h>
#define IOBUF_SIZE 4096