diff options
Diffstat (limited to 'libavcodec/pngdec.c')
-rw-r--r-- | libavcodec/pngdec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/pngdec.c b/libavcodec/pngdec.c index 086f3b414e..8b33826176 100644 --- a/libavcodec/pngdec.c +++ b/libavcodec/pngdec.c @@ -35,8 +35,6 @@ #include <zlib.h> -//#define DEBUG - typedef struct PNGDecContext { PNGDSPContext dsp; AVCodecContext *avctx; |