summaryrefslogtreecommitdiffstats
path: root/libavcodec/png.h
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.h
parent59c122b3b0a00808e3c4f534927755d89e7baa62 (diff)
downloadffmpeg-streaming-a09ae4ef654b409cc21d3cae4d691988164888c6.zip
ffmpeg-streaming-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.h')
-rw-r--r--libavcodec/png.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/png.h b/libavcodec/png.h
index 4b30ba3..948c2f7 100644
--- a/libavcodec/png.h
+++ b/libavcodec/png.h
@@ -49,8 +49,8 @@
#define NB_PASSES 7
-extern const uint8_t ff_pngsig[8];
-extern const uint8_t ff_mngsig[8];
+#define PNGSIG 0x89504e470d0a1a0a
+#define MNGSIG 0x8a4d4e470d0a1a0a
/* Mask to determine which y pixels are valid in a pass */
extern const uint8_t ff_png_pass_ymask[NB_PASSES];
OpenPOWER on IntegriCloud