EDIT_UNITS_PER_BODY 1631 libavformat/mxfenc.c     if (!mxf->edit_unit_byte_count && !(mxf->edit_units_count % EDIT_UNITS_PER_BODY)) {
EDIT_UNITS_PER_BODY 1633 libavformat/mxfenc.c             (mxf->edit_units_count + EDIT_UNITS_PER_BODY)*sizeof(*mxf->index_entries));
EDIT_UNITS_PER_BODY 1660 libavformat/mxfenc.c             (!mxf->edit_units_count || mxf->edit_units_count > EDIT_UNITS_PER_BODY) &&