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