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