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