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.h | |
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.h')
-rw-r--r-- | libavcodec/png.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/png.h b/libavcodec/png.h index 4b30ba3735..948c2f714f 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]; |