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