Browse Source

avcodec/png: remove obsolete comments

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n2.1
Paul B Mahol 12 years ago
parent
commit
7d7b4e8d5c
2 changed files with 0 additions and 8 deletions
  1. +0
    -4
      libavcodec/pngdec.c
  2. +0
    -4
      libavcodec/pngenc.c

+ 0
- 4
libavcodec/pngdec.c View File

@@ -30,10 +30,6 @@
#include "pngdsp.h"
#include "thread.h"

/* TODO:
* - add 16 bit depth support
*/

#include <zlib.h>

typedef struct PNGDecContext {


+ 0
- 4
libavcodec/pngenc.c 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


Loading…
Cancel
Save