You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/png: remove obsolete comments
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user