Commit 7d7b4e8d authored by Paul B Mahol's avatar Paul B Mahol

avcodec/png: remove obsolete comments

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent c914c99d
......@@ -30,10 +30,6 @@
#include "pngdsp.h"
#include "thread.h"
/* TODO:
* - add 16 bit depth support
*/
#include <zlib.h>
typedef struct PNGDecContext {
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment