mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 21:45:10 +00:00
avcodec/png: remove obsolete comments
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
c914c99d4b
commit
7d7b4e8d5c
@ -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…
Reference in New Issue
Block a user