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