PNGSIG             53 libavcodec/png_parser.c             if (state64 == PNGSIG || state64 == MNGSIG) {
PNGSIG           1119 libavcodec/pngdec.c     if (sig != PNGSIG &&
PNGSIG            392 libavcodec/pngenc.c     AV_WB64(s->bytestream, PNGSIG);
PNGSIG             78 libavformat/apngdec.c     if (bytestream2_get_be64(&gb) != PNGSIG)
PNGSIG            157 libavformat/apngdec.c     if (avio_rb64(pb) != PNGSIG)