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