summaryrefslogtreecommitdiff
path: root/libavcodec/png_parser.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-06-14 23:18:07 +0000
committerPaul B Mahol <onemda@gmail.com>2012-06-15 00:53:34 +0000
commita09ae4ef654b409cc21d3cae4d691988164888c6 (patch)
treea6686c48091522e5c8d3264b46cdb38fedaa418d /libavcodec/png_parser.c
parent59c122b3b0a00808e3c4f534927755d89e7baa62 (diff)
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.c4
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
{