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