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