X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fpng.h;h=948c2f714f33f2e4a418cbcb893955cb2fe6837f;hb=c9a96ec3c7b515ed3cfaf6614ed75da03b63512e;hp=4b30ba37355d3161c8fa1eb13efe8c5c66aaa188;hpb=7e944159c63c4d4504cf76f90bb668519c3109af;p=ffmpeg diff --git a/libavcodec/png.h b/libavcodec/png.h index 4b30ba37355..948c2f714f3 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];