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