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