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