OVERREAD_SIZE     140 libavformat/mxg.c         if (mxg->cache_size <= OVERREAD_SIZE) {
OVERREAD_SIZE     142 libavformat/mxg.c             ret = mxg_update_cache(s, DEFAULT_PACKET_SIZE + OVERREAD_SIZE);
OVERREAD_SIZE     149 libavformat/mxg.c         if (mxg->cache_size > OVERREAD_SIZE) {
OVERREAD_SIZE     150 libavformat/mxg.c             search_end = end - OVERREAD_SIZE;
OVERREAD_SIZE     238 libavformat/mxg.c             mxg->cache_size = OVERREAD_SIZE;