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