ref: d714d3c4c72b146f41f747f412962bc7f2b346a3 dir: /frame.h/
typedef struct Frame Frame; struct Frame { uvlong dt; int w, h; struct { int left, top, right, bottom; }crop; u8int rgb[1]; };