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