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