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