diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-06-14 23:18:07 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-06-15 00:53:34 +0000 |
commit | a09ae4ef654b409cc21d3cae4d691988164888c6 (patch) | |
tree | a6686c48091522e5c8d3264b46cdb38fedaa418d /libavcodec/png_parser.c | |
parent | 59c122b3b0a00808e3c4f534927755d89e7baa62 (diff) | |
download | ffmpeg-a09ae4ef654b409cc21d3cae4d691988164888c6.tar.gz |
Remove duplicated png and mng signatures.
Reviewed-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/png_parser.c')
-rw-r--r-- | libavcodec/png_parser.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libavcodec/png_parser.c b/libavcodec/png_parser.c index 722889bdeb..877b894e4d 100644 --- a/libavcodec/png_parser.c +++ b/libavcodec/png_parser.c @@ -25,9 +25,7 @@ */ #include "parser.h" - -#define PNGSIG 0x89504e470d0a1a0a -#define MNGSIG 0x8a4d4e470d0a1a0a +#include "png.h" typedef struct PNGParseContext { |