This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
c914c99d4b
commit
7d7b4e8d5c
2 changed files
with
0 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
libavcodec/pngdec.c
+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
Write
Preview
Loading…
Cancel
Save