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