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