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