The DEBUG macro has no significance in the code and thus can be removed we dont need the comment either. Its of no use unless we actually use that macro for good.
Signed-off-by: Aneesh Dogra <[email protected]> --- libavcodec/pngenc.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/libavcodec/pngenc.c b/libavcodec/pngenc.c index 9325348..d55d238 100644 --- a/libavcodec/pngenc.c +++ b/libavcodec/pngenc.c @@ -29,8 +29,6 @@ #include <zlib.h> -//#define DEBUG - #define IOBUF_SIZE 4096 typedef struct PNGEncContext { -- 1.7.1 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
