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