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