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