APE_TAG_FOOTER_BYTES  127 libavformat/ape.c     if (file_size < APE_TAG_FOOTER_BYTES)
APE_TAG_FOOTER_BYTES  130 libavformat/ape.c     url_fseek(pb, file_size - APE_TAG_FOOTER_BYTES, SEEK_SET);
APE_TAG_FOOTER_BYTES  144 libavformat/ape.c     if (tag_bytes - APE_TAG_FOOTER_BYTES > (1024 * 1024 * 16)) {
APE_TAG_FOOTER_BYTES  162 libavformat/ape.c         tag_bytes += 2*APE_TAG_FOOTER_BYTES;