avcodec/png: remove obsolete comments

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/35/head
Paul B Mahol 12 years ago
parent c914c99d4b
commit 7d7b4e8d5c
  1. 4
      libavcodec/pngdec.c
  2. 4
      libavcodec/pngenc.c

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

Loading…
Cancel
Save